Html Css Color HEX #4D72BE Havelock Blue

📋 copy color: '#4D72BE'

red 77 ◦ green 114 ◦ blue 190

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

Shades of Havelock Blue #4D72BE

Tints of Havelock Blue #4D72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 20.21%
G = 29.92%
B = 49.87%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D72BE (or 0x4D72BE) is known color: Havelock Blue. HEX triplet: 4D, 72 and BE. RGB value is (77,114,190). Sum of RGB (Red+Green+Blue) = 77+114+190=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D72BE is #B28D41. Grayscale: #6F6F6F. Windows color (decimal): -11701570 or 12481101. OLE color: 12481101.

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

Color convert

RGB 77 114 190 -
CMYK 0.59 0.40 0 0.25
HSL 220.35º 0.47% 0.52% -
HSV(B) 220.35º 0.59% 0.75% -
XYZ 18.37 17.33 51.09 -
YUV 111.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 77 114 190 0.59 0.40 0 0.25 220.35 0.47 0.52
Hex 4D 72 BE 3B 28 0 19 DC 2F 34
Octal 115 162 276 73 50 0 31 334 57 64
Binary 1001101 1110010 10111110 111011 101000 0 11001 11011100 101111 110100

Color Harmonies of #4D72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D72BE

Black with #4D72BE

Text Example


Text Example

White with #4D72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,114,190); }

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

background-color css

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

 a { background-color: rgb(77,114,190); }

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

border-color css

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

 span { border-color: rgb(77,114,190); }

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