Html Css Color HEX #495B5D Smalt Blue

📋 copy color: '#495B5D'

red 73 ◦ green 91 ◦ blue 93

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

Shades of Smalt Blue #495B5D

Tints of Smalt Blue #495B5D

RGB

 RED value IS 73 (28.91% from 255) = 28.4%

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

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 28.4%
G = 35.41%
B = 36.19%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#495B5D (or 0x495B5D) is known color: Smalt Blue. HEX triplet: 49, 5B and 5D. RGB value is (73,91,93). Sum of RGB (Red+Green+Blue) = 73+91+93=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #495B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B5D is #B6A4A2. Grayscale: #555555. Windows color (decimal): -11969699 or 6118217. OLE color: 6118217.

HSL color Cylindrical-coordinate representation of color #495B5D: hue angle of 186º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495B5D is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 91 93 -
CMYK 0.22 0.02 0 0.64
HSL 186º 0.12% 0.33% -
HSV(B) 186º 0.22% 0.36% -
XYZ 8.46 9.69 11.78 -
YUV 85.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 73 91 93 0.22 0.02 0 0.64 186 0.12 0.33
Hex 49 5B 5D 16 2 0 40 BA C 21
Octal 111 133 135 26 2 0 100 272 14 41
Binary 1001001 1011011 1011101 10110 10 0 1000000 10111010 1100 100001

Color Harmonies of #495B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B5D

Black with #495B5D

Text Example


Text Example

White with #495B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495B5D; }

 p { color: rgb(73,91,93); }

 H1.HeaderClassName
 {
   color: #495B5D;
 }
 .AnyTagClassName
 {
   color: #495B5D;
 }
</style>

background-color css

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

 a { background-color: rgb(73,91,93); }

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

border-color css

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

 span { border-color: rgb(73,91,93); }

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