#4D8ACC

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

Shades of Havelock Blue #4D8ACC

Tints of Havelock Blue #4D8ACC

Color information

#4D8ACC (or 0x4D8ACC) is unknown color: approx Havelock Blue. HEX triplet: 4D, 8A and CC. RGB value is (77,138,204). Sum of RGB (Red+Green+Blue) = 77+138+204=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D8ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ACC is #B27533. Grayscale: #7E7E7E. Windows color (decimal): -11695412 or 13404749. OLE color: 13404749.

HSL color Cylindrical-coordinate representation of color #4D8ACC: hue angle of 211.18º degrees, saturation: 0.55, 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 #4D8ACC is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB77138204-
CMYK0.620.3200.2
HSL211.18º55.46%55.1%-
HSV(B)211.18º62.25%80%-
XYZ23.0524.1160.57-
YUV127.28171.2992.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.38%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=18.38%
G=32.94%
B=48.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal771382040.620.3200.2211.1855.4655.1
Hex4D8ACC3E20014d33737
Octal11521231476400243236767
Binary1001101100010101100110011111010000001010011010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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