Html Css Color HEX #476063 Smalt Blue

📋 copy color: '#476063'

red 71 ◦ green 96 ◦ blue 99

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

Shades of Smalt Blue #476063

Tints of Smalt Blue #476063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 26.69%
G = 36.09%
B = 37.22%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#476063 (or 0x476063) is known color: Smalt Blue. HEX triplet: 47, 60 and 63. RGB value is (71,96,99). Sum of RGB (Red+Green+Blue) = 71+96+99=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #476063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476063 is #B89F9C. Grayscale: #585858. Windows color (decimal): -12099485 or 6512711. OLE color: 6512711.

HSL color Cylindrical-coordinate representation of color #476063: hue angle of 186.43º 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 #476063 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 96 99 -
CMYK 0.28 0.03 0 0.61
HSL 186.43º 0.16% 0.33% -
HSV(B) 186.43º 0.28% 0.39% -
XYZ 9.03 10.61 13.38 -
YUV 88.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 71 96 99 0.28 0.03 0 0.61 186.43 0.16 0.33
Hex 47 60 63 1C 3 0 3D BA 10 21
Octal 107 140 143 34 3 0 75 272 20 41
Binary 1000111 1100000 1100011 11100 11 0 111101 10111010 10000 100001

Color Harmonies of #476063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476063

Black with #476063

Text Example


Text Example

White with #476063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476063; }

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

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

background-color css

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

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

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

border-color css

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

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

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