Html Css Color HEX #4D8ABF Havelock Blue

📋 copy color: '#4D8ABF'

red 77 ◦ green 138 ◦ blue 191

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

Shades of Havelock Blue #4D8ABF

Tints of Havelock Blue #4D8ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.99%

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

R = 18.97%
G = 33.99%
B = 47.04%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D8ABF (or 0x4D8ABF) is known color: Havelock Blue. HEX triplet: 4D, 8A and BF. RGB value is (77,138,191). Sum of RGB (Red+Green+Blue) = 77+138+191=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D8ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ABF is #B27540. Grayscale: #7D7D7D. Windows color (decimal): -11695425 or 12552781. OLE color: 12552781.

HSL color Cylindrical-coordinate representation of color #4D8ABF: hue angle of 207.89º 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 #4D8ABF is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 138 191 -
CMYK 0.60 0.28 0 0.25
HSL 207.89º 0.47% 0.53% -
HSV(B) 207.89º 0.6% 0.75% -
XYZ 21.55 23.52 52.69 -
YUV 125.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 77 138 191 0.60 0.28 0 0.25 207.89 0.47 0.53
Hex 4D 8A BF 3C 1C 0 19 D0 2F 35
Octal 115 212 277 74 34 0 31 320 57 65
Binary 1001101 10001010 10111111 111100 11100 0 11001 11010000 101111 110101

Color Harmonies of #4D8ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8ABF

Black with #4D8ABF

Text Example


Text Example

White with #4D8ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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