#48618E

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

Shades of Mariner #48618E

Tints of Mariner #48618E

Color information

#48618E (or 0x48618E) is unknown color: approx Mariner. HEX triplet: 48, 61 and 8E. RGB value is (72,97,142). Sum of RGB (Red+Green+Blue) = 72+97+142=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #48618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48618E is #B79E71. Grayscale: #5E5E5E. Windows color (decimal): -12033650 or 9331016. OLE color: 9331016.

HSL color Cylindrical-coordinate representation of color #48618E: hue angle of 218.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48618E is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7297142-
CMYK0.490.3200.44
HSL218.57º32.71%41.96%-
HSV(B)218.57º49.3%55.69%-
XYZ11.8311.8827.26-
YUV94.66154.72111.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=23.15%
G=31.19%
B=45.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72971420.490.3200.44218.5732.7141.96
Hex48618E312002Cdb212a
Octal11014121661400543334152
Binary1001000110000110001110110001100000010110011011011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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