#48679D

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

Shades of Mariner #48679D

Tints of Mariner #48679D

Color information

#48679D (or 0x48679D) is unknown color: approx Mariner. HEX triplet: 48, 67 and 9D. RGB value is (72,103,157). Sum of RGB (Red+Green+Blue) = 72+103+157=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #48679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48679D is #B79862. Grayscale: #636363. Windows color (decimal): -12032099 or 10315592. OLE color: 10315592.

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

Color convert

RGB72103157-
CMYK0.540.3400.38
HSL218.12º37.12%44.9%-
HSV(B)218.12º54.14%61.57%-
XYZ13.6113.5133.79-
YUV99.89160.23108.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=21.69%
G=31.02%
B=47.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721031570.540.3400.38218.1237.1244.9
Hex48679D3622026da252d
Octal11014723566420463324555
Binary1001000110011110011101110110100010010011011011010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48679D; }

 p { color: rgb(72,103,157); }

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

<style>
 a { background-color: #48679D; }

 a { background-color: rgb(72,103,157); }

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

<style>
 span { border-color: #48679D; }

 span { border-color: rgb(72,103,157); }

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