#4D5F92

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

Shades of Mariner #4D5F92

Tints of Mariner #4D5F92

Color information

#4D5F92 (or 0x4D5F92) is unknown color: approx Mariner. HEX triplet: 4D, 5F and 92. RGB value is (77,95,146). Sum of RGB (Red+Green+Blue) = 77+95+146=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D5F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5F92 is #B2A06D. Grayscale: #5F5F5F. Windows color (decimal): -11706478 or 9592653. OLE color: 9592653.

HSL color Cylindrical-coordinate representation of color #4D5F92: hue angle of 224.35º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D5F92 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7795146-
CMYK0.470.3500.43
HSL224.35º30.94%43.73%-
HSV(B)224.35º47.26%57.25%-
XYZ12.3411.8428.83-
YUV95.43156.54114.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.21%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=24.21%
G=29.87%
B=45.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77951460.470.3500.43224.3530.9443.73
Hex4D5F922F2302Be01f2c
Octal11513722257430533403754
Binary100110110111111001001010111110001101010111110000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,95,146); }

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

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

 a { background-color: rgb(77,95,146); }

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

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

 span { border-color: rgb(77,95,146); }

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