Html Css Color HEX #495C60 Smalt Blue

📋 copy color: '#495C60'

red 73 ◦ green 92 ◦ blue 96

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

Shades of Smalt Blue #495C60

Tints of Smalt Blue #495C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.25%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 27.97%
G = 35.25%
B = 36.78%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495C60 (or 0x495C60) is known color: Smalt Blue. HEX triplet: 49, 5C and 60. RGB value is (73,92,96). Sum of RGB (Red+Green+Blue) = 73+92+96=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #495C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C60 is #B6A39F. Grayscale: #565656. Windows color (decimal): -11969440 or 6315081. OLE color: 6315081.

HSL color Cylindrical-coordinate representation of color #495C60: hue angle of 190.43º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495C60 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 92 96 -
CMYK 0.24 0.04 0 0.62
HSL 190.43º 0.14% 0.33% -
HSV(B) 190.43º 0.24% 0.38% -
XYZ 8.69 9.92 12.52 -
YUV 86.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 73 92 96 0.24 0.04 0 0.62 190.43 0.14 0.33
Hex 49 5C 60 18 4 0 3E BE E 21
Octal 111 134 140 30 4 0 76 276 16 41
Binary 1001001 1011100 1100000 11000 100 0 111110 10111110 1110 100001

Color Harmonies of #495C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C60

Black with #495C60

Text Example


Text Example

White with #495C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,92,96); }

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

background-color css

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

 a { background-color: rgb(73,92,96); }

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

border-color css

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

 span { border-color: rgb(73,92,96); }

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