#48609F

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

Shades of Mariner #48609F

Tints of Mariner #48609F

Color information

#48609F (or 0x48609F) is unknown color: approx Mariner. HEX triplet: 48, 60 and 9F. RGB value is (72,96,159). Sum of RGB (Red+Green+Blue) = 72+96+159=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #48609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48609F is #B79F60. Grayscale: #5F5F5F. Windows color (decimal): -12033889 or 10444872. OLE color: 10444872.

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

Color convert

RGB7296159-
CMYK0.550.4000.38
HSL223.45º37.66%45.29%-
HSV(B)223.45º54.72%62.35%-
XYZ13.1112.2534.47-
YUV96.01163.55110.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 159 (62.5% from 255) = 48.62%
R=22.02%
G=29.36%
B=48.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72961590.550.4000.38223.4537.6645.29
Hex48609F3728026df262d
Octal11014023767500463374655
Binary1001000110000010011111110111101000010011011011111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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