Html Css Color HEX #475D63 Smalt Blue

📋 copy color: '#475D63'

red 71 ◦ green 93 ◦ blue 99

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

Shades of Smalt Blue #475D63

Tints of Smalt Blue #475D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.36%

 BLUE value IS 99 (39.06% from 255) = 37.64%

R = 27%
G = 35.36%
B = 37.64%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#475D63 (or 0x475D63) is known color: Smalt Blue. HEX triplet: 47, 5D and 63. RGB value is (71,93,99). Sum of RGB (Red+Green+Blue) = 71+93+99=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #475D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D63 is #B8A29C. Grayscale: #575757. Windows color (decimal): -12100253 or 6511943. OLE color: 6511943.

HSL color Cylindrical-coordinate representation of color #475D63: hue angle of 192.86º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475D63 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 93 99 -
CMYK 0.28 0.06 0 0.61
HSL 192.86º 0.16% 0.33% -
HSV(B) 192.86º 0.28% 0.39% -
XYZ 8.77 10.07 13.29 -
YUV 87.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 71 93 99 0.28 0.06 0 0.61 192.86 0.16 0.33
Hex 47 5D 63 1C 6 0 3D C1 10 21
Octal 107 135 143 34 6 0 75 301 20 41
Binary 1000111 1011101 1100011 11100 110 0 111101 11000001 10000 100001

Color Harmonies of #475D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D63

Black with #475D63

Text Example


Text Example

White with #475D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,93,99); }

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

background-color css

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

 a { background-color: rgb(71,93,99); }

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

border-color css

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

 span { border-color: rgb(71,93,99); }

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