Html Css Color HEX #4780CF Havelock Blue

📋 copy color: '#4780CF'

red 71 ◦ green 128 ◦ blue 207

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

Shades of Havelock Blue #4780CF

Tints of Havelock Blue #4780CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 17.49%
G = 31.53%
B = 50.99%

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

#4780CF (or 0x4780CF) is known color: Havelock Blue. HEX triplet: 47, 80 and CF. RGB value is (71,128,207). Sum of RGB (Red+Green+Blue) = 71+128+207=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #4780CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4780CF is #B87F30. Grayscale: #777777. Windows color (decimal): -12091185 or 13598791. OLE color: 13598791.

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

Color convert

RGB 71 128 207 -
CMYK 0.66 0.38 0 0.19
HSL 214.85º 0.59% 0.55% -
HSV(B) 214.85º 0.66% 0.81% -
XYZ 21.58 21.28 62 -
YUV 119.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 71 128 207 0.66 0.38 0 0.19 214.85 0.59 0.55
Hex 47 80 CF 42 26 0 13 D7 3B 37
Octal 107 200 317 102 46 0 23 327 73 67
Binary 1000111 10000000 11001111 1000010 100110 0 10011 11010111 111011 110111

Color Harmonies of #4780CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4780CF

Black with #4780CF

Text Example


Text Example

White with #4780CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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