#4D7CBD

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

Shades of Havelock Blue #4D7CBD

Tints of Havelock Blue #4D7CBD

Color information

#4D7CBD (or 0x4D7CBD) is unknown color: approx Havelock Blue. HEX triplet: 4D, 7C and BD. RGB value is (77,124,189). Sum of RGB (Red+Green+Blue) = 77+124+189=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D7CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7CBD is #B28342. Grayscale: #757575. Windows color (decimal): -11699011 or 12418125. OLE color: 12418125.

HSL color Cylindrical-coordinate representation of color #4D7CBD: hue angle of 214.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D7CBD is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB77124189-
CMYK0.590.3400.26
HSL214.82º45.9%52.16%-
HSV(B)214.82º59.26%74.12%-
XYZ19.4519.6750.91-
YUV117.36168.4399.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.74%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=19.74%
G=31.79%
B=48.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal771241890.590.3400.26214.8245.952.16
Hex4D7CBD3B2201Ad72e34
Octal11517427573420323275664
Binary100110111111001011110111101110001001101011010111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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