#7499C8

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

Shades of Polo Blue #7499C8

Tints of Polo Blue #7499C8

Color information

#7499C8 (or 0x7499C8) is unknown color: approx Polo Blue. HEX triplet: 74, 99 and C8. RGB value is (116,153,200). Sum of RGB (Red+Green+Blue) = 116+153+200=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #7499C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7499C8 is #8B6637. Grayscale: #939393. Windows color (decimal): -9135672 or 13146484. OLE color: 13146484.

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

Color convert

RGB116153200-
CMYK0.420.2400.22
HSL213.57º43.3%61.96%-
HSV(B)213.57º42%78.43%-
XYZ29.0230.6759.03-
YUV147.29157.74105.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.73%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 200 (78.52% from 255) = 42.64%
R=24.73%
G=32.62%
B=42.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161532000.420.2400.22213.5743.361.96
Hex7499C82A18016d62b3e
Octal16423131052300263265376
Binary111010010011001110010001010101100001011011010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7499C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7499C8; }

 p { color: rgb(116,153,200); }

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

<style>
 a { background-color: #7499C8; }

 a { background-color: rgb(116,153,200); }

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

<style>
 span { border-color: #7499C8; }

 span { border-color: rgb(116,153,200); }

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