Html Css Color HEX #4780CE Havelock Blue

📋 copy color: '#4780CE'

red 71 ◦ green 128 ◦ blue 206

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

Shades of Havelock Blue #4780CE

Tints of Havelock Blue #4780CE

RGB

 RED value IS 71 (28.13% from 255) = 17.53%

 GREEN value IS 128 (50.39% from 255) = 31.6%

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 17.53%
G = 31.6%
B = 50.86%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4780CE (or 0x4780CE) is known color: Havelock Blue. HEX triplet: 47, 80 and CE. RGB value is (71,128,206). Sum of RGB (Red+Green+Blue) = 71+128+206=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #4780CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4780CE is #B87F31. Grayscale: #777777. Windows color (decimal): -12091186 or 13533255. OLE color: 13533255.

HSL color Cylindrical-coordinate representation of color #4780CE: hue angle of 214.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4780CE is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 128 206 -
CMYK 0.66 0.38 0 0.19
HSL 214.67º 0.58% 0.54% -
HSV(B) 214.67º 0.66% 0.81% -
XYZ 21.46 21.23 61.36 -
YUV 119.85 176.62 93.16 -
System Red Green Blue C M Y K H S L
Decimal 71 128 206 0.66 0.38 0 0.19 214.67 0.58 0.54
Hex 47 80 CE 42 26 0 13 D7 3A 36
Octal 107 200 316 102 46 0 23 327 72 66
Binary 1000111 10000000 11001110 1000010 100110 0 10011 11010111 111010 110110

Color Harmonies of #4780CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4780CE

Black with #4780CE

Text Example


Text Example

White with #4780CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4780CE; }

 p { color: rgb(71,128,206); }

 H1.HeaderClassName
 {
   color: #4780CE;
 }
 .AnyTagClassName
 {
   color: #4780CE;
 }
</style>

background-color css

<style>
 a { background-color: #4780CE; }

 a { background-color: rgb(71,128,206); }

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

border-color css

<style>
 span { border-color: #4780CE; }

 span { border-color: rgb(71,128,206); }

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