#48619E

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

Shades of Mariner #48619E

Tints of Mariner #48619E

Color information

#48619E (or 0x48619E) is unknown color: approx Mariner. HEX triplet: 48, 61 and 9E. RGB value is (72,97,158). Sum of RGB (Red+Green+Blue) = 72+97+158=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #48619E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48619E is #B79E61. Grayscale: #606060. Windows color (decimal): -12033634 or 10379592. OLE color: 10379592.

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

Color convert

RGB7297158-
CMYK0.540.3900.38
HSL222.56º37.39%45.1%-
HSV(B)222.56º54.43%61.96%-
XYZ13.1212.434.05-
YUV96.48162.72110.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=22.02%
G=29.66%
B=48.32%

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
Decimal72971580.540.3900.38222.5637.3945.1
Hex48619E3627026df252d
Octal11014123666470463374555
Binary1001000110000110011110110110100111010011011011111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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