#769CC4

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

Shades of Polo Blue #769CC4

Tints of Polo Blue #769CC4

Color information

#769CC4 (or 0x769CC4) is unknown color: approx Polo Blue. HEX triplet: 76, 9C and C4. RGB value is (118,156,196). Sum of RGB (Red+Green+Blue) = 118+156+196=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #769CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CC4 is #89633B. Grayscale: #959595. Windows color (decimal): -9003836 or 12885110. OLE color: 12885110.

HSL color Cylindrical-coordinate representation of color #769CC4: hue angle of 210.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #769CC4 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB118156196-
CMYK0.400.2000.23
HSL210.77º39.8%61.57%-
HSV(B)210.77º39.8%76.86%-
XYZ29.3231.6156.78-
YUV149.2154.41105.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.11%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=25.11%
G=33.19%
B=41.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181561960.400.2000.23210.7739.861.57
Hex769CC42814017d3283e
Octal16623430450240273235076
Binary111011010011100110001001010001010001011111010011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769CC4; }

 p { color: rgb(118,156,196); }

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

<style>
 a { background-color: #769CC4; }

 a { background-color: rgb(118,156,196); }

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

<style>
 span { border-color: #769CC4; }

 span { border-color: rgb(118,156,196); }

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