Html Css Color HEX #485B5E Smalt Blue

📋 copy color: '#485B5E'

red 72 ◦ green 91 ◦ blue 94

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

Shades of Smalt Blue #485B5E

Tints of Smalt Blue #485B5E

RGB

 RED value IS 72 (28.52% from 255) = 28.02%

 GREEN value IS 91 (35.94% from 255) = 35.41%

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 28.02%
G = 35.41%
B = 36.58%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#485B5E (or 0x485B5E) is known color: Smalt Blue. HEX triplet: 48, 5B and 5E. RGB value is (72,91,94). Sum of RGB (Red+Green+Blue) = 72+91+94=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 94 - color contains mainly: blue. Hex color #485B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B5E is #B7A4A1. Grayscale: #555555. Windows color (decimal): -12035234 or 6183752. OLE color: 6183752.

HSL color Cylindrical-coordinate representation of color #485B5E: hue angle of 188.18º 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 #485B5E is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 91 94 -
CMYK 0.23 0.03 0 0.63
HSL 188.18º 0.13% 0.33% -
HSV(B) 188.18º 0.23% 0.37% -
XYZ 8.43 9.67 12.01 -
YUV 85.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 72 91 94 0.23 0.03 0 0.63 188.18 0.13 0.33
Hex 48 5B 5E 17 3 0 3F BC D 21
Octal 110 133 136 27 3 0 77 274 15 41
Binary 1001000 1011011 1011110 10111 11 0 111111 10111100 1101 100001

Color Harmonies of #485B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B5E

Black with #485B5E

Text Example


Text Example

White with #485B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #485B5E;
 }
 .AnyTagClassName
 {
   color: #485B5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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