Html Css Color HEX #4777CD Havelock Blue

📋 copy color: '#4777CD'

red 71 ◦ green 119 ◦ blue 205

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

Shades of Havelock Blue #4777CD

Tints of Havelock Blue #4777CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 17.97%
G = 30.13%
B = 51.9%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4777CD (or 0x4777CD) is known color: Havelock Blue. HEX triplet: 47, 77 and CD. RGB value is (71,119,205). Sum of RGB (Red+Green+Blue) = 71+119+205=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #4777CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777CD is #B88832. Grayscale: #727272. Windows color (decimal): -12093491 or 13465415. OLE color: 13465415.

HSL color Cylindrical-coordinate representation of color #4777CD: hue angle of 218.51º 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 #4777CD is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 119 205 -
CMYK 0.65 0.42 0 0.20
HSL 218.51º 0.57% 0.54% -
HSV(B) 218.51º 0.65% 0.8% -
XYZ 20.21 18.94 60.35 -
YUV 114.45 179.1 97.01 -
System Red Green Blue C M Y K H S L
Decimal 71 119 205 0.65 0.42 0 0.20 218.51 0.57 0.54
Hex 47 77 CD 41 2A 0 14 DB 39 36
Octal 107 167 315 101 52 0 24 333 71 66
Binary 1000111 1110111 11001101 1000001 101010 0 10100 11011011 111001 110110

Color Harmonies of #4777CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4777CD

Black with #4777CD

Text Example


Text Example

White with #4777CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4777CD; }

 p { color: rgb(71,119,205); }

 H1.HeaderClassName
 {
   color: #4777CD;
 }
 .AnyTagClassName
 {
   color: #4777CD;
 }
</style>

background-color css

<style>
 a { background-color: #4777CD; }

 a { background-color: rgb(71,119,205); }

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

border-color css

<style>
 span { border-color: #4777CD; }

 span { border-color: rgb(71,119,205); }

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