Html Css Color HEX #475C60 Smalt Blue

📋 copy color: '#475C60'

red 71 ◦ green 92 ◦ blue 96

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

Shades of Smalt Blue #475C60

Tints of Smalt Blue #475C60

RGB

 RED value IS 71 (28.13% from 255) = 27.41%

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

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

R = 27.41%
G = 35.52%
B = 37.07%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475C60 (or 0x475C60) is known color: Smalt Blue. HEX triplet: 47, 5C and 60. RGB value is (71,92,96). Sum of RGB (Red+Green+Blue) = 71+92+96=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: blue. Hex color #475C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C60 is #B8A39F. Grayscale: #565656. Windows color (decimal): -12100512 or 6315079. OLE color: 6315079.

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

Color convert

RGB 71 92 96 -
CMYK 0.26 0.04 0 0.62
HSL 189.6º 0.15% 0.33% -
HSV(B) 189.6º 0.26% 0.38% -
XYZ 8.54 9.84 12.52 -
YUV 86.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 71 92 96 0.26 0.04 0 0.62 189.6 0.15 0.33
Hex 47 5C 60 1A 4 0 3E BE F 21
Octal 107 134 140 32 4 0 76 276 17 41
Binary 1000111 1011100 1100000 11010 100 0 111110 10111110 1111 100001

Color Harmonies of #475C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C60

Black with #475C60

Text Example


Text Example

White with #475C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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