#465994

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

Shades of Mariner #465994

Tints of Mariner #465994

Color information

#465994 (or 0x465994) is unknown color: approx Mariner. HEX triplet: 46, 59 and 94. RGB value is (70,89,148). Sum of RGB (Red+Green+Blue) = 70+89+148=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #465994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465994 is #B9A66B. Grayscale: #595959. Windows color (decimal): -12166764 or 9722182. OLE color: 9722182.

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

Color convert

RGB7089148-
CMYK0.530.4000.42
HSL225.38º35.78%42.75%-
HSV(B)225.38º52.7%58.04%-
XYZ11.4410.5829.46-
YUV90.04160.71113.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 148 (58.20% from 255) = 48.21%
R=22.80%
G=28.99%
B=48.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70891480.530.4000.42225.3835.7842.75
Hex465994352802Ae1242b
Octal10613122465500523414453
Binary1000110101100110010100110101101000010101011100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465994; }

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

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

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

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

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

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

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

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