#4D6093

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

Shades of Mariner #4D6093

Tints of Mariner #4D6093

Color information

#4D6093 (or 0x4D6093) is unknown color: approx Mariner. HEX triplet: 4D, 60 and 93. RGB value is (77,96,147). Sum of RGB (Red+Green+Blue) = 77+96+147=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D6093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6093 is #B29F6C. Grayscale: #5F5F5F. Windows color (decimal): -11706221 or 9658445. OLE color: 9658445.

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

Color convert

RGB7796147-
CMYK0.480.3500.42
HSL223.71º31.25%43.92%-
HSV(B)223.71º47.62%57.65%-
XYZ12.5112.0529.27-
YUV96.13156.71114.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.06%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=24.06%
G=30%
B=45.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77961470.480.3500.42223.7131.2543.92
Hex4D6093302302Ae01f2c
Octal11514022360430523403754
Binary100110111000001001001111000010001101010101110000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,147); }

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

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

 a { background-color: rgb(77,96,147); }

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

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

 span { border-color: rgb(77,96,147); }

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