#779DC4

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

Shades of Polo Blue #779DC4

Tints of Polo Blue #779DC4

Color information

#779DC4 (or 0x779DC4) is unknown color: approx Polo Blue. HEX triplet: 77, 9D and C4. RGB value is (119,157,196). Sum of RGB (Red+Green+Blue) = 119+157+196=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #779DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DC4 is #88623B. Grayscale: #959595. Windows color (decimal): -8938044 or 12885367. OLE color: 12885367.

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

Color convert

RGB119157196-
CMYK0.390.2000.23
HSL210.39º39.49%61.76%-
HSV(B)210.39º39.29%76.86%-
XYZ29.6332.0256.84-
YUV150.08153.91105.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.21%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=25.21%
G=33.26%
B=41.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191571960.390.2000.23210.3939.4961.76
Hex779DC42714017d2273e
Octal16723530447240273224776
Binary111011110011101110001001001111010001011111010010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779DC4; }

 p { color: rgb(119,157,196); }

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

<style>
 a { background-color: #779DC4; }

 a { background-color: rgb(119,157,196); }

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

<style>
 span { border-color: #779DC4; }

 span { border-color: rgb(119,157,196); }

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