Html Css Color HEX #476067 Smalt Blue

📋 copy color: '#476067'

red 71 ◦ green 96 ◦ blue 103

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

Shades of Smalt Blue #476067

Tints of Smalt Blue #476067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.15%

R = 26.3%
G = 35.56%
B = 38.15%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#476067 (or 0x476067) is known color: Smalt Blue. HEX triplet: 47, 60 and 67. RGB value is (71,96,103). Sum of RGB (Red+Green+Blue) = 71+96+103=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #476067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476067 is #B89F98. Grayscale: #595959. Windows color (decimal): -12099481 or 6774855. OLE color: 6774855.

HSL color Cylindrical-coordinate representation of color #476067: hue angle of 193.12º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476067 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 96 103 -
CMYK 0.31 0.07 0 0.60
HSL 193.13º 0.18% 0.34% -
HSV(B) 193.13º 0.31% 0.4% -
XYZ 9.23 10.68 14.41 -
YUV 89.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 71 96 103 0.31 0.07 0 0.60 193.13 0.18 0.34
Hex 47 60 67 1F 7 0 3C C1 12 22
Octal 107 140 147 37 7 0 74 301 22 42
Binary 1000111 1100000 1100111 11111 111 0 111100 11000001 10010 100010

Color Harmonies of #476067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476067

Black with #476067

Text Example


Text Example

White with #476067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476067; }

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

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

background-color css

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

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

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

border-color css

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

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

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