#74A2CA

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

Shades of Polo Blue #74A2CA

Tints of Polo Blue #74A2CA

Color information

#74A2CA (or 0x74A2CA) is unknown color: approx Polo Blue. HEX triplet: 74, A2 and CA. RGB value is (116,162,202). Sum of RGB (Red+Green+Blue) = 116+162+202=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #74A2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A2CA is #8B5D35. Grayscale: #989898. Windows color (decimal): -9133366 or 13279860. OLE color: 13279860.

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

Color convert

RGB116162202-
CMYK0.430.2000.21
HSL207.91º44.79%62.35%-
HSV(B)207.91º42.57%79.22%-
XYZ30.7833.8260.78-
YUV152.81155.76101.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.17%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=24.17%
G=33.75%
B=42.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161622020.430.2000.21207.9144.7962.35
Hex74A2CA2B14015d02d3e
Octal16424231253240253205576
Binary111010010100010110010101010111010001010111010000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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