#4D7CC1

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

Shades of Havelock Blue #4D7CC1

Tints of Havelock Blue #4D7CC1

Color information

#4D7CC1 (or 0x4D7CC1) is unknown color: approx Havelock Blue. HEX triplet: 4D, 7C and C1. RGB value is (77,124,193). Sum of RGB (Red+Green+Blue) = 77+124+193=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D7CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7CC1 is #B2833E. Grayscale: #757575. Windows color (decimal): -11699007 or 12680269. OLE color: 12680269.

HSL color Cylindrical-coordinate representation of color #4D7CC1: hue angle of 215.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D7CC1 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB77124193-
CMYK0.600.3600.24
HSL215.69º48.33%52.94%-
HSV(B)215.69º60.1%75.69%-
XYZ19.8919.8453.23-
YUV117.81170.4398.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.54%
GREEN value IS 124 (48.83% from 255) = 31.47%
BLUE value IS 193 (75.78% from 255) = 48.98%
R=19.54%
G=31.47%
B=48.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771241930.600.3600.24215.6948.3352.94
Hex4D7CC13C24018d83035
Octal11517430174440303306065
Binary100110111111001100000111110010010001100011011000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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