#4D6FC1

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

Shades of Havelock Blue #4D6FC1

Tints of Havelock Blue #4D6FC1

Color information

#4D6FC1 (or 0x4D6FC1) is unknown color: approx Havelock Blue. HEX triplet: 4D, 6F and C1. RGB value is (77,111,193). Sum of RGB (Red+Green+Blue) = 77+111+193=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D6FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6FC1 is #B2903E. Grayscale: #6D6D6D. Windows color (decimal): -11702335 or 12676941. OLE color: 12676941.

HSL color Cylindrical-coordinate representation of color #4D6FC1: hue angle of 222.41º 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 #4D6FC1 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB77111193-
CMYK0.600.4200.24
HSL222.41º48.33%52.94%-
HSV(B)222.41º60.1%75.69%-
XYZ18.3716.852.73-
YUV110.18174.74104.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.21%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 193 (75.78% from 255) = 50.66%
R=20.21%
G=29.13%
B=50.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771111930.600.4200.24222.4148.3352.94
Hex4D6FC13C2A018de3035
Octal11515730174520303366065
Binary100110111011111100000111110010101001100011011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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