#465AAA

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

Shades of Mariner #465AAA

Tints of Mariner #465AAA

Color information

#465AAA (or 0x465AAA) is unknown color: approx Mariner. HEX triplet: 46, 5A and AA. RGB value is (70,90,170). Sum of RGB (Red+Green+Blue) = 70+90+170=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #465AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465AAA is #B9A555. Grayscale: #5C5C5C. Windows color (decimal): -12166486 or 11164230. OLE color: 11164230.

HSL color Cylindrical-coordinate representation of color #465AAA: hue angle of 228º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #465AAA is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7090170-
CMYK0.590.4700.33
HSL228º41.67%47.06%-
HSV(B)228º58.82%66.67%-
XYZ13.4411.5239.54-
YUV93.14171.37111.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=21.21%
G=27.27%
B=51.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70901700.590.4700.3322841.6747.06
Hex465AAA3B2F021e42a2f
Octal10613225273570413445257
Binary1000110101101010101010111011101111010000111100100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465AAA; }

 p { color: rgb(70,90,170); }

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

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

 a { background-color: rgb(70,90,170); }

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

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

 span { border-color: rgb(70,90,170); }

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