#48659F

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

Shades of Mariner #48659F

Tints of Mariner #48659F

Color information

#48659F (or 0x48659F) is unknown color: approx Mariner. HEX triplet: 48, 65 and 9F. RGB value is (72,101,159). Sum of RGB (Red+Green+Blue) = 72+101+159=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #48659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48659F is #B79A60. Grayscale: #626262. Windows color (decimal): -12032609 or 10446152. OLE color: 10446152.

HSL color Cylindrical-coordinate representation of color #48659F: hue angle of 220º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48659F is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72101159-
CMYK0.550.3600.38
HSL220º37.66%45.29%-
HSV(B)220º54.72%62.35%-
XYZ13.5813.1934.63-
YUV98.94161.89108.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=21.69%
G=30.42%
B=47.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721011590.550.3600.3822037.6645.29
Hex48659F3724026dc262d
Octal11014523767440463344655
Binary1001000110010110011111110111100100010011011011100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48659F; }

 p { color: rgb(72,101,159); }

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

<style>
 a { background-color: #48659F; }

 a { background-color: rgb(72,101,159); }

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

<style>
 span { border-color: #48659F; }

 span { border-color: rgb(72,101,159); }

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