#4A5F92

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

Shades of Mariner #4A5F92

Tints of Mariner #4A5F92

Color information

#4A5F92 (or 0x4A5F92) is unknown color: approx Mariner. HEX triplet: 4A, 5F and 92. RGB value is (74,95,146). Sum of RGB (Red+Green+Blue) = 74+95+146=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A5F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5F92 is #B5A06D. Grayscale: #5E5E5E. Windows color (decimal): -11903086 or 9592650. OLE color: 9592650.

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

Color convert

RGB7495146-
CMYK0.490.3500.43
HSL222.5º32.73%43.14%-
HSV(B)222.5º49.32%57.25%-
XYZ12.111.7228.82-
YUV94.54157.04113.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.49%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=23.49%
G=30.16%
B=46.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74951460.490.3500.43222.532.7343.14
Hex4A5F92312302Bde212b
Octal11213722261430533364153
Binary1001010101111110010010110001100011010101111011110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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