#476193

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

Shades of Mariner #476193

Tints of Mariner #476193

Color information

#476193 (or 0x476193) is unknown color: approx Mariner. HEX triplet: 47, 61 and 93. RGB value is (71,97,147). Sum of RGB (Red+Green+Blue) = 71+97+147=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #476193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476193 is #B89E6C. Grayscale: #5E5E5E. Windows color (decimal): -12099181 or 9658695. OLE color: 9658695.

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

Color convert

RGB7197147-
CMYK0.520.3400.42
HSL219.47º34.86%42.75%-
HSV(B)219.47º51.7%57.65%-
XYZ12.141229.28-
YUV94.93157.39110.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=22.54%
G=30.79%
B=46.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71971470.520.3400.42219.4734.8642.75
Hex476193342202Adb232b
Octal10714122364420523334353
Binary1000111110000110010011110100100010010101011011011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476193; }

 p { color: rgb(71,97,147); }

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

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

 a { background-color: rgb(71,97,147); }

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

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

 span { border-color: rgb(71,97,147); }

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