#4D8ABF

Color #4D8ABF Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4D8ABF

Tints of Havelock Blue #4D8ABF

Color information

#4D8ABF (or 0x4D8ABF) is unknown color: approx 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

RGB77138191-
CMYK0.600.2800.25
HSL207.89º47.11%52.55%-
HSV(B)207.89º59.69%74.9%-
XYZ21.5523.5252.69-
YUV125.8164.7993.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.97%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 191 (75% from 255) = 47.04%
R=18.97%
G=33.99%
B=47.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771381910.600.2800.25207.8947.1152.55
Hex4D8ABF3C1C019d02f35
Octal11521227774340313205765
Binary100110110001010101111111111001110001100111010000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>