Html Css Color HEX #4D70BC Havelock Blue

📋 copy color: '#4D70BC'

red 77 ◦ green 112 ◦ blue 188

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

Shades of Havelock Blue #4D70BC

Tints of Havelock Blue #4D70BC

RGB

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

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

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

R = 20.42%
G = 29.71%
B = 49.87%

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

#4D70BC (or 0x4D70BC) is known color: Havelock Blue. HEX triplet: 4D, 70 and BC. RGB value is (77,112,188). Sum of RGB (Red+Green+Blue) = 77+112+188=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D70BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D70BC is #B28F43. Grayscale: #6D6D6D. Windows color (decimal): -11702084 or 12349517. OLE color: 12349517.

HSL color Cylindrical-coordinate representation of color #4D70BC: hue angle of 221.08º 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 #4D70BC is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 112 188 -
CMYK 0.59 0.40 0 0.26
HSL 221.08º 0.45% 0.52% -
HSV(B) 221.08º 0.59% 0.74% -
XYZ 17.93 16.8 49.87 -
YUV 110.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 77 112 188 0.59 0.40 0 0.26 221.08 0.45 0.52
Hex 4D 70 BC 3B 28 0 1A DD 2D 34
Octal 115 160 274 73 50 0 32 335 55 64
Binary 1001101 1110000 10111100 111011 101000 0 11010 11011101 101101 110100

Color Harmonies of #4D70BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D70BC

Black with #4D70BC

Text Example


Text Example

White with #4D70BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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