Html Css Color HEX #779EC4 Polo Blue

📋 copy color: '#779EC4'

red 119 ◦ green 158 ◦ blue 196

#779EC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #779EC4

Tints of Polo Blue #779EC4

RGB

 RED value IS 119 (46.88% from 255) = 25.16%

 GREEN value IS 158 (62.11% from 255) = 33.4%

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 25.16%
G = 33.4%
B = 41.44%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#779EC4 (or 0x779EC4) is known color: Polo Blue. HEX triplet: 77, 9E and C4. RGB value is (119,158,196). Sum of RGB (Red+Green+Blue) = 119+158+196=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #779EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EC4 is #88613B. Grayscale: #969696. Windows color (decimal): -8937788 or 12885623. OLE color: 12885623.

HSL color Cylindrical-coordinate representation of color #779EC4: hue angle of 209.61º 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 #779EC4 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 158 196 -
CMYK 0.39 0.19 0 0.23
HSL 209.61º 0.39% 0.62% -
HSV(B) 209.61º 0.39% 0.77% -
XYZ 29.8 32.36 56.9 -
YUV 150.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 119 158 196 0.39 0.19 0 0.23 209.61 0.39 0.62
Hex 77 9E C4 27 13 0 17 D2 27 3E
Octal 167 236 304 47 23 0 27 322 47 76
Binary 1110111 10011110 11000100 100111 10011 0 10111 11010010 100111 111110

Color Harmonies of #779EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EC4

Black with #779EC4

Text Example


Text Example

White with #779EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #779EC4;
 }
 .AnyTagClassName
 {
   color: #779EC4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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