#749CCA

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

Shades of Polo Blue #749CCA

Tints of Polo Blue #749CCA

Color information

#749CCA (or 0x749CCA) is unknown color: approx Polo Blue. HEX triplet: 74, 9C and CA. RGB value is (116,156,202). Sum of RGB (Red+Green+Blue) = 116+156+202=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #749CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CCA is #8B6335. Grayscale: #959595. Windows color (decimal): -9134902 or 13278324. OLE color: 13278324.

HSL color Cylindrical-coordinate representation of color #749CCA: hue angle of 212.09º 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 #749CCA is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116156202-
CMYK0.430.2300.21
HSL212.09º44.79%62.35%-
HSV(B)212.09º42.57%79.22%-
XYZ29.7531.7560.44-
YUV149.28157.75104.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.47%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=24.47%
G=32.91%
B=42.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161562020.430.2300.21212.0944.7962.35
Hex749CCA2B17015d42d3e
Octal16423431253270253245576
Binary111010010011100110010101010111011101010111010100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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