Html Css Color HEX #4B77C0 Havelock Blue

📋 copy color: '#4B77C0'

red 75 ◦ green 119 ◦ blue 192

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

Shades of Havelock Blue #4B77C0

Tints of Havelock Blue #4B77C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.74%

R = 19.43%
G = 30.83%
B = 49.74%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B77C0 (or 0x4B77C0) is known color: Havelock Blue. HEX triplet: 4B, 77 and C0. RGB value is (75,119,192). Sum of RGB (Red+Green+Blue) = 75+119+192=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #4B77C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B77C0 is #B4883F. Grayscale: #717171. Windows color (decimal): -11831360 or 12613451. OLE color: 12613451.

HSL color Cylindrical-coordinate representation of color #4B77C0: hue angle of 217.44º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B77C0 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 119 192 -
CMYK 0.61 0.38 0 0.25
HSL 217.44º 0.48% 0.52% -
HSV(B) 217.44º 0.61% 0.75% -
XYZ 19.01 18.5 52.44 -
YUV 114.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 75 119 192 0.61 0.38 0 0.25 217.44 0.48 0.52
Hex 4B 77 C0 3D 26 0 19 D9 30 34
Octal 113 167 300 75 46 0 31 331 60 64
Binary 1001011 1110111 11000000 111101 100110 0 11001 11011001 110000 110100

Color Harmonies of #4B77C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B77C0

Black with #4B77C0

Text Example


Text Example

White with #4B77C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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