Html Css Color HEX #476368 Smalt Blue

📋 copy color: '#476368'

red 71 ◦ green 99 ◦ blue 104

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

Shades of Smalt Blue #476368

Tints of Smalt Blue #476368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.13%

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

R = 25.91%
G = 36.13%
B = 37.96%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#476368 (or 0x476368) is known color: Smalt Blue. HEX triplet: 47, 63 and 68. RGB value is (71,99,104). Sum of RGB (Red+Green+Blue) = 71+99+104=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #476368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476368 is #B89C97. Grayscale: #5B5B5B. Windows color (decimal): -12098712 or 6841159. OLE color: 6841159.

HSL color Cylindrical-coordinate representation of color #476368: hue angle of 189.09º 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 #476368 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 99 104 -
CMYK 0.32 0.05 0 0.59
HSL 189.09º 0.19% 0.34% -
HSV(B) 189.09º 0.32% 0.41% -
XYZ 9.56 11.26 14.77 -
YUV 91.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 71 99 104 0.32 0.05 0 0.59 189.09 0.19 0.34
Hex 47 63 68 20 5 0 3B BD 13 22
Octal 107 143 150 40 5 0 73 275 23 42
Binary 1000111 1100011 1101000 100000 101 0 111011 10111101 10011 100010

Color Harmonies of #476368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476368

Black with #476368

Text Example


Text Example

White with #476368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476368; }

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

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

background-color css

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

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

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

border-color css

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

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

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