Html Css Color HEX #476670 Smalt Blue

📋 copy color: '#476670'

red 71 ◦ green 102 ◦ blue 112

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

Shades of Smalt Blue #476670

Tints of Smalt Blue #476670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 24.91%
G = 35.79%
B = 39.3%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476670 (or 0x476670) is known color: Smalt Blue. HEX triplet: 47, 66 and 70. RGB value is (71,102,112). Sum of RGB (Red+Green+Blue) = 71+102+112=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #476670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476670 is #B8998F. Grayscale: #5D5D5D. Windows color (decimal): -12097936 or 7366215. OLE color: 7366215.

HSL color Cylindrical-coordinate representation of color #476670: hue angle of 194.63º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476670 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 102 112 -
CMYK 0.37 0.09 0 0.56
HSL 194.63º 0.22% 0.36% -
HSV(B) 194.63º 0.37% 0.44% -
XYZ 10.27 12.01 17.11 -
YUV 93.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 71 102 112 0.37 0.09 0 0.56 194.63 0.22 0.36
Hex 47 66 70 25 9 0 38 C3 16 24
Octal 107 146 160 45 11 0 70 303 26 44
Binary 1000111 1100110 1110000 100101 1001 0 111000 11000011 10110 100100

Color Harmonies of #476670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476670

Black with #476670

Text Example


Text Example

White with #476670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476670; }

 p { color: rgb(71,102,112); }

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

background-color css

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

 a { background-color: rgb(71,102,112); }

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

border-color css

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

 span { border-color: rgb(71,102,112); }

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