#476395

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

Shades of Mariner #476395

Tints of Mariner #476395

Color information

#476395 (or 0x476395) is unknown color: approx Mariner. HEX triplet: 47, 63 and 95. RGB value is (71,99,149). Sum of RGB (Red+Green+Blue) = 71+99+149=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #476395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476395 is #B89C6A. Grayscale: #606060. Windows color (decimal): -12098667 or 9790279. OLE color: 9790279.

HSL color Cylindrical-coordinate representation of color #476395: hue angle of 218.46º 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 #476395 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7199149-
CMYK0.520.3400.42
HSL218.46º35.45%43.14%-
HSV(B)218.46º52.35%58.43%-
XYZ12.4912.4330.18-
YUV96.33157.72109.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=22.26%
G=31.03%
B=46.71%

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
Decimal71991490.520.3400.42218.4635.4543.14
Hex476395342202Ada232b
Octal10714322564420523324353
Binary1000111110001110010101110100100010010101011011010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476395; }

 p { color: rgb(71,99,149); }

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

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

 a { background-color: rgb(71,99,149); }

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

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

 span { border-color: rgb(71,99,149); }

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