Html Css Color HEX #4D77BF Havelock Blue

📋 copy color: '#4D77BF'

red 77 ◦ green 119 ◦ blue 191

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

Shades of Havelock Blue #4D77BF

Tints of Havelock Blue #4D77BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.35%

R = 19.9%
G = 30.75%
B = 49.35%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D77BF (or 0x4D77BF) is known color: Havelock Blue. HEX triplet: 4D, 77 and BF. RGB value is (77,119,191). Sum of RGB (Red+Green+Blue) = 77+119+191=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D77BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D77BF is #B28840. Grayscale: #727272. Windows color (decimal): -11700289 or 12547917. OLE color: 12547917.

HSL color Cylindrical-coordinate representation of color #4D77BF: hue angle of 217.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D77BF is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 119 191 -
CMYK 0.60 0.38 0 0.25
HSL 217.89º 0.47% 0.53% -
HSV(B) 217.89º 0.6% 0.75% -
XYZ 19.06 18.53 51.86 -
YUV 114.65 171.09 101.15 -
System Red Green Blue C M Y K H S L
Decimal 77 119 191 0.60 0.38 0 0.25 217.89 0.47 0.53
Hex 4D 77 BF 3C 26 0 19 DA 2F 35
Octal 115 167 277 74 46 0 31 332 57 65
Binary 1001101 1110111 10111111 111100 100110 0 11001 11011010 101111 110101

Color Harmonies of #4D77BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D77BF

Black with #4D77BF

Text Example


Text Example

White with #4D77BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,119,191); }

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

background-color css

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

 a { background-color: rgb(77,119,191); }

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

border-color css

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

 span { border-color: rgb(77,119,191); }

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