Html Css Color HEX #4780CC Havelock Blue

📋 copy color: '#4780CC'

red 71 ◦ green 128 ◦ blue 204

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

Shades of Havelock Blue #4780CC

Tints of Havelock Blue #4780CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 17.62%
G = 31.76%
B = 50.62%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4780CC (or 0x4780CC) is known color: Havelock Blue. HEX triplet: 47, 80 and CC. RGB value is (71,128,204). Sum of RGB (Red+Green+Blue) = 71+128+204=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #4780CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4780CC is #B87F33. Grayscale: #777777. Windows color (decimal): -12091188 or 13402183. OLE color: 13402183.

HSL color Cylindrical-coordinate representation of color #4780CC: hue angle of 214.29º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4780CC is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 128 204 -
CMYK 0.65 0.37 0 0.2
HSL 214.29º 0.57% 0.54% -
HSV(B) 214.29º 0.65% 0.8% -
XYZ 21.22 21.14 60.09 -
YUV 119.62 175.62 93.32 -
System Red Green Blue C M Y K H S L
Decimal 71 128 204 0.65 0.37 0 0.2 214.29 0.57 0.54
Hex 47 80 CC 41 25 0 14 D6 39 36
Octal 107 200 314 101 45 0 24 326 71 66
Binary 1000111 10000000 11001100 1000001 100101 0 10100 11010110 111001 110110

Color Harmonies of #4780CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4780CC

Black with #4780CC

Text Example


Text Example

White with #4780CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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