#74A0CA

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

Shades of Polo Blue #74A0CA

Tints of Polo Blue #74A0CA

Color information

#74A0CA (or 0x74A0CA) is unknown color: approx Polo Blue. HEX triplet: 74, A0 and CA. RGB value is (116,160,202). Sum of RGB (Red+Green+Blue) = 116+160+202=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #74A0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A0CA is #8B5F35. Grayscale: #979797. Windows color (decimal): -9133878 or 13279348. OLE color: 13279348.

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

Color convert

RGB116160202-
CMYK0.430.2100.21
HSL209.3º44.79%62.35%-
HSV(B)209.3º42.57%79.22%-
XYZ30.4333.1260.67-
YUV151.63156.42102.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.27%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=24.27%
G=33.47%
B=42.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161602020.430.2100.21209.344.7962.35
Hex74A0CA2B15015d12d3e
Octal16424031253250253215576
Binary111010010100000110010101010111010101010111010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A0CA; }

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

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

<style>
 a { background-color: #74A0CA; }

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

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

<style>
 span { border-color: #74A0CA; }

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

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