#48619A

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

Shades of Mariner #48619A

Tints of Mariner #48619A

Color information

#48619A (or 0x48619A) is unknown color: approx Mariner. HEX triplet: 48, 61 and 9A. RGB value is (72,97,154). Sum of RGB (Red+Green+Blue) = 72+97+154=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #48619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48619A is #B79E65. Grayscale: #5F5F5F. Windows color (decimal): -12033638 or 10117448. OLE color: 10117448.

HSL color Cylindrical-coordinate representation of color #48619A: hue angle of 221.71º 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 #48619A is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7297154-
CMYK0.530.3700.40
HSL221.71º36.28%44.31%-
HSV(B)221.71º53.25%60.39%-
XYZ12.7812.2632.26-
YUV96.02160.72110.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=22.29%
G=30.03%
B=47.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72971540.530.3700.40221.7136.2844.31
Hex48619A3525028de242c
Octal11014123265450503364454
Binary1001000110000110011010110101100101010100011011110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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