#749DCA

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

Shades of Polo Blue #749DCA

Tints of Polo Blue #749DCA

Color information

#749DCA (or 0x749DCA) is unknown color: approx Polo Blue. HEX triplet: 74, 9D and CA. RGB value is (116,157,202). Sum of RGB (Red+Green+Blue) = 116+157+202=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #749DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DCA is #8B6235. Grayscale: #959595. Windows color (decimal): -9134646 or 13278580. OLE color: 13278580.

HSL color Cylindrical-coordinate representation of color #749DCA: hue angle of 211.4º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #749DCA is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116157202-
CMYK0.430.2200.21
HSL211.4º44.79%62.35%-
HSV(B)211.4º42.57%79.22%-
XYZ29.9232.0960.49-
YUV149.87157.42103.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=24.42%
G=33.05%
B=42.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161572020.430.2200.21211.444.7962.35
Hex749DCA2B16015d32d3e
Octal16423531253260253235576
Binary111010010011101110010101010111011001010111010011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,157,202); }

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

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

 a { background-color: rgb(116,157,202); }

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

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

 span { border-color: rgb(116,157,202); }

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