#486169

Color #486169 Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #486169

Tints of Smalt Blue #486169

Color information

#486169 (or 0x486169) is unknown color: approx Smalt Blue. HEX triplet: 48, 61 and 69. RGB value is (72,97,105). Sum of RGB (Red+Green+Blue) = 72+97+105=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 105 - color contains mainly: blue. Hex color #486169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486169 is #B79E96. Grayscale: #5A5A5A. Windows color (decimal): -12033687 or 6906184. OLE color: 6906184.

HSL color Cylindrical-coordinate representation of color #486169: hue angle of 194.55º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486169 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7297105-
CMYK0.310.0800.59
HSL194.55º18.64%34.71%-
HSV(B)194.55º31.43%41.18%-
XYZ9.510.9514.98-
YUV90.44136.22114.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=26.28%
G=35.40%
B=38.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72971050.310.0800.59194.5518.6434.71
Hex4861691F803Bc31323
Octal11014115137100733032343
Binary10010001100001110100111111100001110111100001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486169; }

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

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

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

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

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

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

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

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