#485BAA

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

Shades of Mariner #485BAA

Tints of Mariner #485BAA

Color information

#485BAA (or 0x485BAA) is unknown color: approx Mariner. HEX triplet: 48, 5B and AA. RGB value is (72,91,170). Sum of RGB (Red+Green+Blue) = 72+91+170=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #485BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485BAA is #B7A455. Grayscale: #5D5D5D. Windows color (decimal): -12035158 or 11164488. OLE color: 11164488.

HSL color Cylindrical-coordinate representation of color #485BAA: hue angle of 228.37º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485BAA is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7291170-
CMYK0.580.4600.33
HSL228.37º40.5%47.45%-
HSV(B)228.37º57.65%66.67%-
XYZ13.6711.7639.58-
YUV94.32170.71112.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 91 (35.94% from 255) = 27.33%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=21.62%
G=27.33%
B=51.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72911700.580.4600.33228.3740.547.45
Hex485BAA3A2E021e4282f
Octal11013325272560413445057
Binary1001000101101110101010111010101110010000111100100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485BAA; }

 p { color: rgb(72,91,170); }

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

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

 a { background-color: rgb(72,91,170); }

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

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

 span { border-color: rgb(72,91,170); }

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