#466094

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

Shades of Mariner #466094

Tints of Mariner #466094

Color information

#466094 (or 0x466094) is unknown color: approx Mariner. HEX triplet: 46, 60 and 94. RGB value is (70,96,148). Sum of RGB (Red+Green+Blue) = 70+96+148=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #466094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466094 is #B99F6B. Grayscale: #5D5D5D. Windows color (decimal): -12164972 or 9723974. OLE color: 9723974.

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

Color convert

RGB7096148-
CMYK0.530.3500.42
HSL220º35.78%42.75%-
HSV(B)220º52.7%58.04%-
XYZ12.0511.8129.66-
YUV94.15158.39110.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=22.29%
G=30.57%
B=47.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70961480.530.3500.4222035.7842.75
Hex466094352302Adc242b
Octal10614022465430523344453
Binary1000110110000010010100110101100011010101011011100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466094; }

 p { color: rgb(70,96,148); }

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

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

 a { background-color: rgb(70,96,148); }

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

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

 span { border-color: rgb(70,96,148); }

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