#48659C

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

Shades of Mariner #48659C

Tints of Mariner #48659C

Color information

#48659C (or 0x48659C) is unknown color: approx Mariner. HEX triplet: 48, 65 and 9C. RGB value is (72,101,156). Sum of RGB (Red+Green+Blue) = 72+101+156=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #48659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48659C is #B79A63. Grayscale: #626262. Windows color (decimal): -12032612 or 10249544. OLE color: 10249544.

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

Color convert

RGB72101156-
CMYK0.540.3500.39
HSL219.29º36.84%44.71%-
HSV(B)219.29º53.85%61.18%-
XYZ13.3313.0933.28-
YUV98.6160.39109.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=21.88%
G=30.70%
B=47.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721011560.540.3500.39219.2936.8444.71
Hex48659C3623027db252d
Octal11014523466430473334555
Binary1001000110010110011100110110100011010011111011011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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