#48609D

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

Shades of Mariner #48609D

Tints of Mariner #48609D

Color information

#48609D (or 0x48609D) is unknown color: approx Mariner. HEX triplet: 48, 60 and 9D. RGB value is (72,96,157). Sum of RGB (Red+Green+Blue) = 72+96+157=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #48609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48609D is #B79F62. Grayscale: #5F5F5F. Windows color (decimal): -12033891 or 10313800. OLE color: 10313800.

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

Color convert

RGB7296157-
CMYK0.540.3900.38
HSL223.06º37.12%44.9%-
HSV(B)223.06º54.14%61.57%-
XYZ12.9412.1833.57-
YUV95.78162.55111.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=22.15%
G=29.54%
B=48.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72961570.540.3900.38223.0637.1244.9
Hex48609D3627026df252d
Octal11014023566470463374555
Binary1001000110000010011101110110100111010011011011111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48609D; }

 p { color: rgb(72,96,157); }

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

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

 a { background-color: rgb(72,96,157); }

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

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

 span { border-color: rgb(72,96,157); }

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