#485D9C

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

Shades of Mariner #485D9C

Tints of Mariner #485D9C

Color information

#485D9C (or 0x485D9C) is unknown color: approx Mariner. HEX triplet: 48, 5D and 9C. RGB value is (72,93,156). Sum of RGB (Red+Green+Blue) = 72+93+156=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #485D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485D9C is #B7A263. Grayscale: #5D5D5D. Windows color (decimal): -12034660 or 10247496. OLE color: 10247496.

HSL color Cylindrical-coordinate representation of color #485D9C: hue angle of 225º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #485D9C is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7293156-
CMYK0.540.4000.39
HSL225º36.84%44.71%-
HSV(B)225º53.85%61.18%-
XYZ12.5911.6133.03-
YUV93.9163.04112.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.43%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=22.43%
G=28.97%
B=48.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72931560.540.4000.3922536.8444.71
Hex485D9C3628027e1252d
Octal11013523466500473414555
Binary1001000101110110011100110110101000010011111100001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,93,156); }

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

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

 a { background-color: rgb(72,93,156); }

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

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

 span { border-color: rgb(72,93,156); }

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