Html Css Color HEX #4B77C8 Havelock Blue

📋 copy color: '#4B77C8'

red 75 ◦ green 119 ◦ blue 200

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

Shades of Havelock Blue #4B77C8

Tints of Havelock Blue #4B77C8

RGB

 RED value IS 75 (29.69% from 255) = 19.04%

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

 BLUE value IS 200 (78.52% from 255) = 50.76%

R = 19.04%
G = 30.2%
B = 50.76%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4B77C8 (or 0x4B77C8) is known color: Havelock Blue. HEX triplet: 4B, 77 and C8. RGB value is (75,119,200). Sum of RGB (Red+Green+Blue) = 75+119+200=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #4B77C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B77C8 is #B48837. Grayscale: #727272. Windows color (decimal): -11831352 or 13137739. OLE color: 13137739.

HSL color Cylindrical-coordinate representation of color #4B77C8: hue angle of 218.88º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B77C8 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 75 119 200 -
CMYK 0.62 0.40 0 0.22
HSL 218.88º 0.53% 0.54% -
HSV(B) 218.88º 0.63% 0.78% -
XYZ 19.92 18.86 57.23 -
YUV 115.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 75 119 200 0.62 0.40 0 0.22 218.88 0.53 0.54
Hex 4B 77 C8 3E 28 0 16 DB 35 36
Octal 113 167 310 76 50 0 26 333 65 66
Binary 1001011 1110111 11001000 111110 101000 0 10110 11011011 110101 110110

Color Harmonies of #4B77C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B77C8

Black with #4B77C8

Text Example


Text Example

White with #4B77C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B77C8; }

 p { color: rgb(75,119,200); }

 H1.HeaderClassName
 {
   color: #4B77C8;
 }
 .AnyTagClassName
 {
   color: #4B77C8;
 }
</style>

background-color css

<style>
 a { background-color: #4B77C8; }

 a { background-color: rgb(75,119,200); }

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

border-color css

<style>
 span { border-color: #4B77C8; }

 span { border-color: rgb(75,119,200); }

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