#485A5D

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

Shades of Smalt Blue #485A5D

Tints of Smalt Blue #485A5D

Color information

#485A5D (or 0x485A5D) is unknown color: approx Smalt Blue. HEX triplet: 48, 5A and 5D. RGB value is (72,90,93). Sum of RGB (Red+Green+Blue) = 72+90+93=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 93 - color contains mainly: blue. Hex color #485A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A5D is #B7A5A2. Grayscale: #545454. Windows color (decimal): -12035491 or 6117960. OLE color: 6117960.

HSL color Cylindrical-coordinate representation of color #485A5D: hue angle of 188.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485A5D is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB729093-
CMYK0.230.0300.64
HSL188.57º12.73%32.35%-
HSV(B)188.57º22.58%36.47%-
XYZ8.39.4811.75-
YUV84.96132.54118.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=28.24%
G=35.29%
B=36.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7290930.230.0300.64188.5712.7332.35
Hex485A5D173040bdd20
Octal11013213527301002751540
Binary100100010110101011101101111101000000101111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485A5D; }

 p { color: rgb(72,90,93); }

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

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

 a { background-color: rgb(72,90,93); }

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

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

 span { border-color: rgb(72,90,93); }

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