#48649A

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

Shades of Mariner #48649A

Tints of Mariner #48649A

Color information

#48649A (or 0x48649A) is unknown color: approx Mariner. HEX triplet: 48, 64 and 9A. RGB value is (72,100,154). Sum of RGB (Red+Green+Blue) = 72+100+154=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #48649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48649A is #B79B65. Grayscale: #616161. Windows color (decimal): -12032870 or 10118216. OLE color: 10118216.

HSL color Cylindrical-coordinate representation of color #48649A: hue angle of 219.51º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48649A is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB72100154-
CMYK0.530.3500.40
HSL219.51º36.28%44.31%-
HSV(B)219.51º53.25%60.39%-
XYZ13.0612.8332.36-
YUV97.78159.72109.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=22.09%
G=30.67%
B=47.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721001540.530.3500.40219.5136.2844.31
Hex48649A3523028dc242c
Octal11014423265430503344454
Binary1001000110010010011010110101100011010100011011100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48649A; }

 p { color: rgb(72,100,154); }

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

<style>
 a { background-color: #48649A; }

 a { background-color: rgb(72,100,154); }

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

<style>
 span { border-color: #48649A; }

 span { border-color: rgb(72,100,154); }

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