#476092

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

Shades of Mariner #476092

Tints of Mariner #476092

Color information

#476092 (or 0x476092) is unknown color: approx Mariner. HEX triplet: 47, 60 and 92. RGB value is (71,96,146). Sum of RGB (Red+Green+Blue) = 71+96+146=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #476092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476092 is #B89F6D. Grayscale: #5E5E5E. Windows color (decimal): -12099438 or 9592903. OLE color: 9592903.

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

Color convert

RGB7196146-
CMYK0.510.3400.43
HSL220º34.56%42.55%-
HSV(B)220º51.37%57.25%-
XYZ11.9711.7828.84-
YUV94.22157.22111.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 146 (57.42% from 255) = 46.65%
R=22.68%
G=30.67%
B=46.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71961460.510.3400.4322034.5642.55
Hex476092332202Bdc232b
Octal10714022263420533344353
Binary1000111110000010010010110011100010010101111011100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476092; }

 p { color: rgb(71,96,146); }

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

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

 a { background-color: rgb(71,96,146); }

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

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

 span { border-color: rgb(71,96,146); }

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