#76A4CB

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

Shades of Polo Blue #76A4CB

Tints of Polo Blue #76A4CB

Color information

#76A4CB (or 0x76A4CB) is unknown color: approx Polo Blue. HEX triplet: 76, A4 and CB. RGB value is (118,164,203). Sum of RGB (Red+Green+Blue) = 118+164+203=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #76A4CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A4CB is #895B34. Grayscale: #9A9A9A. Windows color (decimal): -9001781 or 13345910. OLE color: 13345910.

HSL color Cylindrical-coordinate representation of color #76A4CB: hue angle of 207.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A4CB is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118164203-
CMYK0.420.1900.20
HSL207.53º44.97%62.94%-
HSV(B)207.53º41.87%79.61%-
XYZ31.5334.7161.54-
YUV154.69155.26101.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.33%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=24.33%
G=33.81%
B=41.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181642030.420.1900.20207.5344.9762.94
Hex76A4CB2A13014d02d3f
Octal16624431352230243205577
Binary111011010100100110010111010101001101010011010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A4CB; }

 p { color: rgb(118,164,203); }

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

<style>
 a { background-color: #76A4CB; }

 a { background-color: rgb(118,164,203); }

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

<style>
 span { border-color: #76A4CB; }

 span { border-color: rgb(118,164,203); }

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