#4D82CD

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

Shades of Havelock Blue #4D82CD

Tints of Havelock Blue #4D82CD

Color information

#4D82CD (or 0x4D82CD) is unknown color: approx Havelock Blue. HEX triplet: 4D, 82 and CD. RGB value is (77,130,205). Sum of RGB (Red+Green+Blue) = 77+130+205=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D82CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D82CD is #B27D32. Grayscale: #7A7A7A. Windows color (decimal): -11697459 or 13468237. OLE color: 13468237.

HSL color Cylindrical-coordinate representation of color #4D82CD: hue angle of 215.16º 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 #4D82CD is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB77130205-
CMYK0.620.3700.20
HSL215.16º56.14%55.29%-
HSV(B)215.16º62.44%80.39%-
XYZ22.0621.9560.83-
YUV122.7174.4495.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.69%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 205 (80.47% from 255) = 49.76%
R=18.69%
G=31.55%
B=49.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771302050.620.3700.20215.1656.1455.29
Hex4D82CD3E25014d73837
Octal11520231576450243277067
Binary1001101100000101100110111111010010101010011010111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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