#749ec6

Color #749EC6 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #749EC6

Tints of Polo Blue #749EC6

Color information

#749EC6 (or 0x749EC6) is unknown color: approx Polo Blue. HEX triplet: 74, 9E and C6. RGB value is (116,158,198). Sum of RGB (Red+Green+Blue) = 116+158+198=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #749EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EC6 is #8B6139. Grayscale: #959595. Windows color (decimal): -9134394 or 13016692. OLE color: 13016692.

HSL color Cylindrical-coordinate representation of color #749EC6: hue angle of 209.27º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #749EC6 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB116158198-
CMYK0.410.2000.22
HSL209.27º41.84%61.57%-
HSV(B)209.27º41.41%77.65%-
XYZ29.6232.2458.09-
YUV150155.09103.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 24.58%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=24.58%
G=33.47%
B=41.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161581980.410.2000.22209.2741.8461.57
Hex749EC62914016d12a3e
Octal16423630651240263215276
Binary111010010011110110001101010011010001011011010001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749ec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749ec6; }

 p { color: rgb(116,158,198); }

 H1.HeaderClassName
 {
   color: #749ec6;
 }
 .AnyTagClassName
 {
   color: #749ec6;
 }
</style>
background-color css

<style>
 a { background-color: #749ec6; }

 a { background-color: rgb(116,158,198); }

 div.DivClassName
 {
   background-color: #749ec6;
 }
 .BgClassName
 {
   background-color: #749ec6;
 }
</style>
border-color css

<style>
 span { border-color: #749ec6; }

 span { border-color: rgb(116,158,198); }

 td.TdClassName
 {
   border-color: #749ec6;
 }
 .TagClassName
 {
   border-color: #749ec6;
 }
</style>