Html Css Color HEX #4D76CB Havelock Blue

📋 copy color: '#4D76CB'

red 77 ◦ green 118 ◦ blue 203

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

Shades of Havelock Blue #4D76CB

Tints of Havelock Blue #4D76CB

RGB

 RED value IS 77 (30.47% from 255) = 19.35%

 GREEN value IS 118 (46.48% from 255) = 29.65%

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 19.35%
G = 29.65%
B = 51.01%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D76CB (or 0x4D76CB) is known color: Havelock Blue. HEX triplet: 4D, 76 and CB. RGB value is (77,118,203). Sum of RGB (Red+Green+Blue) = 77+118+203=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D76CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D76CB is #B28934. Grayscale: #737373. Windows color (decimal): -11700533 or 13334093. OLE color: 13334093.

HSL color Cylindrical-coordinate representation of color #4D76CB: hue angle of 220.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D76CB is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 118 203 -
CMYK 0.62 0.42 0 0.20
HSL 220.48º 0.55% 0.55% -
HSV(B) 220.48º 0.62% 0.8% -
XYZ 20.32 18.85 59.07 -
YUV 115.43 177.42 100.59 -
System Red Green Blue C M Y K H S L
Decimal 77 118 203 0.62 0.42 0 0.20 220.48 0.55 0.55
Hex 4D 76 CB 3E 2A 0 14 DC 37 37
Octal 115 166 313 76 52 0 24 334 67 67
Binary 1001101 1110110 11001011 111110 101010 0 10100 11011100 110111 110111

Color Harmonies of #4D76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D76CB

Black with #4D76CB

Text Example


Text Example

White with #4D76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,118,203); }

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

background-color css

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

 a { background-color: rgb(77,118,203); }

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

border-color css

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

 span { border-color: rgb(77,118,203); }

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