#475B5D

Color #475B5D Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #475B5D

Tints of Smalt Blue #475B5D

Color information

#475B5D (or 0x475B5D) is unknown color: approx Smalt Blue. HEX triplet: 47, 5B and 5D. RGB value is (71,91,93). Sum of RGB (Red+Green+Blue) = 71+91+93=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 93 - color contains mainly: blue. Hex color #475B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B5D is #B8A4A2. Grayscale: #555555. Windows color (decimal): -12100771 or 6118215. OLE color: 6118215.

HSL color Cylindrical-coordinate representation of color #475B5D: hue angle of 185.45º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475B5D is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB719193-
CMYK0.240.0200.64
HSL185.45º13.41%32.16%-
HSV(B)185.45º23.66%36.47%-
XYZ8.329.6111.77-
YUV85.25132.37117.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=27.84%
G=35.69%
B=36.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7191930.240.0200.64185.4513.4132.16
Hex475B5D182040b9d20
Octal10713313530201002711540
Binary100011110110111011101110001001000000101110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #475B5D;
 }
 .AnyTagClassName
 {
   color: #475B5D;
 }
</style>
background-color css

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

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

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

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

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

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