Html Css Color HEX #475C62 Smalt Blue

📋 copy color: '#475C62'

red 71 ◦ green 92 ◦ blue 98

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

Shades of Smalt Blue #475C62

Tints of Smalt Blue #475C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.55%

R = 27.2%
G = 35.25%
B = 37.55%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475C62 (or 0x475C62) is known color: Smalt Blue. HEX triplet: 47, 5C and 62. RGB value is (71,92,98). Sum of RGB (Red+Green+Blue) = 71+92+98=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #475C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C62 is #B8A39D. Grayscale: #565656. Windows color (decimal): -12100510 or 6446151. OLE color: 6446151.

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

Color convert

RGB 71 92 98 -
CMYK 0.28 0.06 0 0.62
HSL 193.33º 0.16% 0.33% -
HSV(B) 193.33º 0.28% 0.38% -
XYZ 8.63 9.88 13.01 -
YUV 86.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 71 92 98 0.28 0.06 0 0.62 193.33 0.16 0.33
Hex 47 5C 62 1C 6 0 3E C1 10 21
Octal 107 134 142 34 6 0 76 301 20 41
Binary 1000111 1011100 1100010 11100 110 0 111110 11000001 10000 100001

Color Harmonies of #475C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C62

Black with #475C62

Text Example


Text Example

White with #475C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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