#485C5E

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

Shades of Smalt Blue #485C5E

Tints of Smalt Blue #485C5E

Color information

#485C5E (or 0x485C5E) is unknown color: approx Smalt Blue. HEX triplet: 48, 5C and 5E. RGB value is (72,92,94). Sum of RGB (Red+Green+Blue) = 72+92+94=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 94 - color contains mainly: blue. Hex color #485C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C5E is #B7A3A1. Grayscale: #565656. Windows color (decimal): -12034978 or 6184008. OLE color: 6184008.

HSL color Cylindrical-coordinate representation of color #485C5E: hue angle of 185.45º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485C5E is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB729294-
CMYK0.230.0200.63
HSL185.45º13.25%32.55%-
HSV(B)185.45º23.4%36.86%-
XYZ8.529.8412.04-
YUV86.25132.37117.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=27.91%
G=35.66%
B=36.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7292940.230.0200.63185.4513.2532.55
Hex485C5E17203Fb9d21
Octal1101341362720772711541
Binary10010001011100101111010111100111111101110011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,92,94); }

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

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

 a { background-color: rgb(72,92,94); }

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

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

 span { border-color: rgb(72,92,94); }

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