#476969

Color #476969 Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #476969

Tints of Tax Break #476969

Color information

#476969 (or 0x476969) is unknown color: approx Tax Break. HEX triplet: 47, 69 and 69. RGB value is (71,105,105). Sum of RGB (Red+Green+Blue) = 71+105+105=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #476969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476969 is #B89696. Grayscale: #5E5E5E. Windows color (decimal): -12097175 or 6908231. OLE color: 6908231.

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

Color convert

RGB71105105-
CMYK0.32000.59
HSL180º19.32%34.51%-
HSV(B)180º32.38%41.18%-
XYZ10.212.4615.23-
YUV94.83133.74111-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=25.27%
G=37.37%
B=37.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal711051050.32000.5918019.3234.51
Hex47696920003Bb41323
Octal1071511514000732642343
Binary100011111010011101001100000001110111011010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476969; }

 p { color: rgb(71,105,105); }

 H1.HeaderClassName
 {
   color: #476969;
 }
 .AnyTagClassName
 {
   color: #476969;
 }
</style>
background-color css

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

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

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

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

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

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