Html Css Color HEX #4D71BF Havelock Blue

📋 copy color: '#4D71BF'

red 77 ◦ green 113 ◦ blue 191

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

Shades of Havelock Blue #4D71BF

Tints of Havelock Blue #4D71BF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

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

R = 20.21%
G = 29.66%
B = 50.13%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D71BF (or 0x4D71BF) is known color: Havelock Blue. HEX triplet: 4D, 71 and BF. RGB value is (77,113,191). Sum of RGB (Red+Green+Blue) = 77+113+191=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D71BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D71BF is #B28E40. Grayscale: #6E6E6E. Windows color (decimal): -11701825 or 12546381. OLE color: 12546381.

HSL color Cylindrical-coordinate representation of color #4D71BF: hue angle of 221.05º 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 #4D71BF is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 113 191 -
CMYK 0.60 0.41 0 0.25
HSL 221.05º 0.47% 0.53% -
HSV(B) 221.05º 0.6% 0.75% -
XYZ 18.37 17.15 51.63 -
YUV 111.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 77 113 191 0.60 0.41 0 0.25 221.05 0.47 0.53
Hex 4D 71 BF 3C 29 0 19 DD 2F 35
Octal 115 161 277 74 51 0 31 335 57 65
Binary 1001101 1110001 10111111 111100 101001 0 11001 11011101 101111 110101

Color Harmonies of #4D71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D71BF

Black with #4D71BF

Text Example


Text Example

White with #4D71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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