Html Css Color HEX #4D7ABF Havelock Blue

📋 copy color: '#4D7ABF'

red 77 ◦ green 122 ◦ blue 191

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

Shades of Havelock Blue #4D7ABF

Tints of Havelock Blue #4D7ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.97%

R = 19.74%
G = 31.28%
B = 48.97%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D7ABF (or 0x4D7ABF) is known color: Havelock Blue. HEX triplet: 4D, 7A and BF. RGB value is (77,122,191). Sum of RGB (Red+Green+Blue) = 77+122+191=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D7ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7ABF is #B28540. Grayscale: #747474. Windows color (decimal): -11699521 or 12548685. OLE color: 12548685.

HSL color Cylindrical-coordinate representation of color #4D7ABF: hue angle of 216.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D7ABF is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 122 191 -
CMYK 0.60 0.36 0 0.25
HSL 216.32º 0.47% 0.53% -
HSV(B) 216.32º 0.6% 0.75% -
XYZ 19.42 19.26 51.98 -
YUV 116.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 77 122 191 0.60 0.36 0 0.25 216.32 0.47 0.53
Hex 4D 7A BF 3C 24 0 19 D8 2F 35
Octal 115 172 277 74 44 0 31 330 57 65
Binary 1001101 1111010 10111111 111100 100100 0 11001 11011000 101111 110101

Color Harmonies of #4D7ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7ABF

Black with #4D7ABF

Text Example


Text Example

White with #4D7ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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