#7497CE

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

Shades of Polo Blue #7497CE

Tints of Polo Blue #7497CE

Color information

#7497CE (or 0x7497CE) is unknown color: approx Polo Blue. HEX triplet: 74, 97 and CE. RGB value is (116,151,206). Sum of RGB (Red+Green+Blue) = 116+151+206=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #7497CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7497CE is #8B6831. Grayscale: #929292. Windows color (decimal): -9136178 or 13539188. OLE color: 13539188.

HSL color Cylindrical-coordinate representation of color #7497CE: hue angle of 216.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7497CE is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116151206-
CMYK0.440.2700.19
HSL216.67º47.87%63.14%-
HSV(B)216.67º43.69%80.78%-
XYZ29.4130.362.69-
YUV146.8161.4106.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.52%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=24.52%
G=31.92%
B=43.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161512060.440.2700.19216.6747.8763.14
Hex7497CE2C1B013d9303f
Octal16422731654330233316077
Binary111010010010111110011101011001101101001111011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7497CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7497CE; }

 p { color: rgb(116,151,206); }

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

<style>
 a { background-color: #7497CE; }

 a { background-color: rgb(116,151,206); }

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

<style>
 span { border-color: #7497CE; }

 span { border-color: rgb(116,151,206); }

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