#4D88CD

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

Shades of Havelock Blue #4D88CD

Tints of Havelock Blue #4D88CD

Color information

#4D88CD (or 0x4D88CD) is unknown color: approx Havelock Blue. HEX triplet: 4D, 88 and CD. RGB value is (77,136,205). Sum of RGB (Red+Green+Blue) = 77+136+205=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D88CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88CD is #B27732. Grayscale: #7D7D7D. Windows color (decimal): -11695923 or 13469773. OLE color: 13469773.

HSL color Cylindrical-coordinate representation of color #4D88CD: hue angle of 212.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D88CD is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB77136205-
CMYK0.620.3400.20
HSL212.34º56.14%55.29%-
HSV(B)212.34º62.44%80.39%-
XYZ22.8823.5961.11-
YUV126.22172.4592.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.42%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=18.42%
G=32.54%
B=49.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771362050.620.3400.20212.3456.1455.29
Hex4D88CD3E22014d43837
Octal11521031576420243247067
Binary1001101100010001100110111111010001001010011010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,136,205); }

 H1.HeaderClassName
 {
   color: #4D88CD;
 }
 .AnyTagClassName
 {
   color: #4D88CD;
 }
</style>
background-color css

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

 a { background-color: rgb(77,136,205); }

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

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

 span { border-color: rgb(77,136,205); }

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