Html Css Color HEX #4D70BB Havelock Blue

📋 copy color: '#4D70BB'

red 77 ◦ green 112 ◦ blue 187

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

Shades of Havelock Blue #4D70BB

Tints of Havelock Blue #4D70BB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 20.48%
G = 29.79%
B = 49.73%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D70BB (or 0x4D70BB) is known color: Havelock Blue. HEX triplet: 4D, 70 and BB. RGB value is (77,112,187). Sum of RGB (Red+Green+Blue) = 77+112+187=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D70BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D70BB is #B28F44. Grayscale: #6D6D6D. Windows color (decimal): -11702085 or 12283981. OLE color: 12283981.

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

Color convert

RGB 77 112 187 -
CMYK 0.59 0.40 0 0.27
HSL 220.91º 0.45% 0.52% -
HSV(B) 220.91º 0.59% 0.73% -
XYZ 17.82 16.75 49.31 -
YUV 110.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 77 112 187 0.59 0.40 0 0.27 220.91 0.45 0.52
Hex 4D 70 BB 3B 28 0 1B DD 2D 34
Octal 115 160 273 73 50 0 33 335 55 64
Binary 1001101 1110000 10111011 111011 101000 0 11011 11011101 101101 110100

Color Harmonies of #4D70BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D70BB

Black with #4D70BB

Text Example


Text Example

White with #4D70BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,112,187); }

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

background-color css

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

 a { background-color: rgb(77,112,187); }

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

border-color css

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

 span { border-color: rgb(77,112,187); }

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