Html Css Color HEX #4D71BC Havelock Blue

📋 copy color: '#4D71BC'

red 77 ◦ green 113 ◦ blue 188

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

Shades of Havelock Blue #4D71BC

Tints of Havelock Blue #4D71BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 20.37%
G = 29.89%
B = 49.74%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D71BC (or 0x4D71BC) is known color: Havelock Blue. HEX triplet: 4D, 71 and BC. RGB value is (77,113,188). Sum of RGB (Red+Green+Blue) = 77+113+188=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D71BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D71BC is #B28E43. Grayscale: #6E6E6E. Windows color (decimal): -11701828 or 12349773. OLE color: 12349773.

HSL color Cylindrical-coordinate representation of color #4D71BC: hue angle of 220.54º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D71BC is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 113 188 -
CMYK 0.59 0.40 0 0.26
HSL 220.54º 0.45% 0.52% -
HSV(B) 220.54º 0.59% 0.74% -
XYZ 18.04 17.02 49.91 -
YUV 110.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 77 113 188 0.59 0.40 0 0.26 220.54 0.45 0.52
Hex 4D 71 BC 3B 28 0 1A DD 2D 34
Octal 115 161 274 73 50 0 32 335 55 64
Binary 1001101 1110001 10111100 111011 101000 0 11010 11011101 101101 110100

Color Harmonies of #4D71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D71BC

Black with #4D71BC

Text Example


Text Example

White with #4D71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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