#4D7CC0

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

Shades of Havelock Blue #4D7CC0

Tints of Havelock Blue #4D7CC0

Color information

#4D7CC0 (or 0x4D7CC0) is unknown color: approx Havelock Blue. HEX triplet: 4D, 7C and C0. RGB value is (77,124,192). Sum of RGB (Red+Green+Blue) = 77+124+192=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D7CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7CC0 is #B2833F. Grayscale: #757575. Windows color (decimal): -11699008 or 12614733. OLE color: 12614733.

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

Color convert

RGB77124192-
CMYK0.600.3500.25
HSL215.48º47.72%52.75%-
HSV(B)215.48º59.9%75.29%-
XYZ19.7819.852.65-
YUV117.7169.9398.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.59%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 192 (75.39% from 255) = 48.85%
R=19.59%
G=31.55%
B=48.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771241920.600.3500.25215.4847.7252.75
Hex4D7CC03C23019d73035
Octal11517430074430313276065
Binary100110111111001100000011110010001101100111010111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,124,192); }

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

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

 a { background-color: rgb(77,124,192); }

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

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

 span { border-color: rgb(77,124,192); }

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