Html Css Color HEX #4D7ABD Havelock Blue

📋 copy color: '#4D7ABD'

red 77 ◦ green 122 ◦ blue 189

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

Shades of Havelock Blue #4D7ABD

Tints of Havelock Blue #4D7ABD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.44%

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 19.85%
G = 31.44%
B = 48.71%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D7ABD (or 0x4D7ABD) is known color: Havelock Blue. HEX triplet: 4D, 7A and BD. RGB value is (77,122,189). Sum of RGB (Red+Green+Blue) = 77+122+189=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D7ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7ABD is #B28542. Grayscale: #737373. Windows color (decimal): -11699523 or 12417613. OLE color: 12417613.

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

Color convert

RGB 77 122 189 -
CMYK 0.59 0.35 0 0.26
HSL 215.89º 0.46% 0.52% -
HSV(B) 215.89º 0.59% 0.74% -
XYZ 19.21 19.17 50.83 -
YUV 116.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 77 122 189 0.59 0.35 0 0.26 215.89 0.46 0.52
Hex 4D 7A BD 3B 23 0 1A D8 2E 34
Octal 115 172 275 73 43 0 32 330 56 64
Binary 1001101 1111010 10111101 111011 100011 0 11010 11011000 101110 110100

Color Harmonies of #4D7ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7ABD

Black with #4D7ABD

Text Example


Text Example

White with #4D7ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,122,189); }

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

background-color css

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

 a { background-color: rgb(77,122,189); }

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

border-color css

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

 span { border-color: rgb(77,122,189); }

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