#48619B

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

Shades of Mariner #48619B

Tints of Mariner #48619B

Color information

#48619B (or 0x48619B) is unknown color: approx Mariner. HEX triplet: 48, 61 and 9B. RGB value is (72,97,155). Sum of RGB (Red+Green+Blue) = 72+97+155=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #48619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48619B is #B79E64. Grayscale: #5F5F5F. Windows color (decimal): -12033637 or 10182984. OLE color: 10182984.

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

Color convert

RGB7297155-
CMYK0.540.3700.39
HSL221.93º36.56%44.51%-
HSV(B)221.93º53.55%60.78%-
XYZ12.8612.2932.71-
YUV96.14161.22110.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=22.22%
G=29.94%
B=47.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72971550.540.3700.39221.9336.5644.51
Hex48619B3625027de252d
Octal11014123366450473364555
Binary1001000110000110011011110110100101010011111011110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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