#476769

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

Shades of Tax Break #476769

Tints of Tax Break #476769

Color information

#476769 (or 0x476769) is unknown color: approx Tax Break. HEX triplet: 47, 67 and 69. RGB value is (71,103,105). Sum of RGB (Red+Green+Blue) = 71+103+105=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 105 - color contains mainly: blue. Hex color #476769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476769 is #B89896. Grayscale: #5D5D5D. Windows color (decimal): -12097687 or 6907719. OLE color: 6907719.

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

Color convert

RGB71103105-
CMYK0.320.0200.59
HSL183.53º19.32%34.51%-
HSV(B)183.53º32.38%41.18%-
XYZ1012.0615.17-
YUV93.66134.4111.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 105 (41.41% from 255) = 37.63%
R=25.45%
G=36.92%
B=37.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal711031050.320.0200.59183.5319.3234.51
Hex47676920203Bb81323
Octal1071471514020732702343
Binary1000111110011111010011000001001110111011100010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476769; }

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

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

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

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

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

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

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

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