Html Css Color HEX #485C5E Smalt Blue

📋 copy color: '#485C5E'

red 72 ◦ green 92 ◦ blue 94

#485C5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #485C5E

Tints of Smalt Blue #485C5E

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 value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#485C5E (or 0x485C5E) is known color: 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

RGB 72 92 94 -
CMYK 0.23 0.02 0 0.63
HSL 185.45º 0.13% 0.33% -
HSV(B) 185.45º 0.23% 0.37% -
XYZ 8.52 9.84 12.04 -
YUV 86.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 72 92 94 0.23 0.02 0 0.63 185.45 0.13 0.33
Hex 48 5C 5E 17 2 0 3F B9 D 21
Octal 110 134 136 27 2 0 77 271 15 41
Binary 1001000 1011100 1011110 10111 10 0 111111 10111001 1101 100001

Color Harmonies of #485C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C5E

Black with #485C5E

Text Example


Text Example

White with #485C5E

Text Example


Text Example

HTML Codes & Css Web 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>