Html Css Color HEX #476168 Smalt Blue

📋 copy color: '#476168'

red 71 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #476168

Tints of Smalt Blue #476168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.66%

 BLUE value IS 104 (41.02% from 255) = 38.24%

R = 26.1%
G = 35.66%
B = 38.24%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#476168 (or 0x476168) is known color: Smalt Blue. HEX triplet: 47, 61 and 68. RGB value is (71,97,104). Sum of RGB (Red+Green+Blue) = 71+97+104=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #476168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476168 is #B89E97. Grayscale: #595959. Windows color (decimal): -12099224 or 6840647. OLE color: 6840647.

HSL color Cylindrical-coordinate representation of color #476168: hue angle of 192.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476168 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 97 104 -
CMYK 0.32 0.07 0 0.59
HSL 192.73º 0.19% 0.34% -
HSV(B) 192.73º 0.32% 0.41% -
XYZ 9.37 10.89 14.7 -
YUV 90.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 71 97 104 0.32 0.07 0 0.59 192.73 0.19 0.34
Hex 47 61 68 20 7 0 3B C1 13 22
Octal 107 141 150 40 7 0 73 301 23 42
Binary 1000111 1100001 1101000 100000 111 0 111011 11000001 10011 100010

Color Harmonies of #476168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476168

Black with #476168

Text Example


Text Example

White with #476168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476168; }

 p { color: rgb(71,97,104); }

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

background-color css

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

 a { background-color: rgb(71,97,104); }

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

border-color css

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

 span { border-color: rgb(71,97,104); }

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