#4D7BBE

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

Shades of Havelock Blue #4D7BBE

Tints of Havelock Blue #4D7BBE

Color information

#4D7BBE (or 0x4D7BBE) is unknown color: approx Havelock Blue. HEX triplet: 4D, 7B and BE. RGB value is (77,123,190). Sum of RGB (Red+Green+Blue) = 77+123+190=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7BBE is #B28441. Grayscale: #747474. Windows color (decimal): -11699266 or 12483405. OLE color: 12483405.

HSL color Cylindrical-coordinate representation of color #4D7BBE: hue angle of 215.58º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D7BBE is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77123190-
CMYK0.590.3500.25
HSL215.58º46.5%52.35%-
HSV(B)215.58º59.47%74.51%-
XYZ19.4419.4651.45-
YUV116.88169.2699.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.74%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=19.74%
G=31.54%
B=48.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771231900.590.3500.25215.5846.552.35
Hex4D7BBE3B23019d82f34
Octal11517327673430313305764
Binary100110111110111011111011101110001101100111011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,123,190); }

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

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

 a { background-color: rgb(77,123,190); }

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

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

 span { border-color: rgb(77,123,190); }

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