Html Css Color HEX #495A5D Smalt Blue

📋 copy color: '#495A5D'

red 73 ◦ green 90 ◦ blue 93

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

Shades of Smalt Blue #495A5D

Tints of Smalt Blue #495A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 28.52%
G = 35.16%
B = 36.33%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#495A5D (or 0x495A5D) is known color: Smalt Blue. HEX triplet: 49, 5A and 5D. RGB value is (73,90,93). Sum of RGB (Red+Green+Blue) = 73+90+93=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 93 - color contains mainly: blue. Hex color #495A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A5D is #B6A5A2. Grayscale: #555555. Windows color (decimal): -11969955 or 6117961. OLE color: 6117961.

HSL color Cylindrical-coordinate representation of color #495A5D: hue angle of 189º 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 #495A5D is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 90 93 -
CMYK 0.22 0.03 0 0.64
HSL 189º 0.12% 0.33% -
HSV(B) 189º 0.22% 0.36% -
XYZ 8.38 9.52 11.75 -
YUV 85.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 73 90 93 0.22 0.03 0 0.64 189 0.12 0.33
Hex 49 5A 5D 16 3 0 40 BD C 21
Octal 111 132 135 26 3 0 100 275 14 41
Binary 1001001 1011010 1011101 10110 11 0 1000000 10111101 1100 100001

Color Harmonies of #495A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A5D

Black with #495A5D

Text Example


Text Example

White with #495A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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