#48669F

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

Shades of Mariner #48669F

Tints of Mariner #48669F

Color information

#48669F (or 0x48669F) is unknown color: approx Mariner. HEX triplet: 48, 66 and 9F. RGB value is (72,102,159). Sum of RGB (Red+Green+Blue) = 72+102+159=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #48669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48669F is #B79960. Grayscale: #636363. Windows color (decimal): -12032353 or 10446408. OLE color: 10446408.

HSL color Cylindrical-coordinate representation of color #48669F: hue angle of 219.31º 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 #48669F is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72102159-
CMYK0.550.3600.38
HSL219.31º37.66%45.29%-
HSV(B)219.31º54.72%62.35%-
XYZ13.6813.3834.66-
YUV99.53161.56108.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 159 (62.5% from 255) = 47.75%
R=21.62%
G=30.63%
B=47.75%

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
Decimal721021590.550.3600.38219.3137.6645.29
Hex48669F3724026db262d
Octal11014623767440463334655
Binary1001000110011010011111110111100100010011011011011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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