#476667

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

Shades of Tax Break #476667

Tints of Tax Break #476667

Color information

#476667 (or 0x476667) is unknown color: approx Tax Break. HEX triplet: 47, 66 and 67. RGB value is (71,102,103). Sum of RGB (Red+Green+Blue) = 71+102+103=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #476667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476667 is #B89998. Grayscale: #5C5C5C. Windows color (decimal): -12097945 or 6776391. OLE color: 6776391.

HSL color Cylindrical-coordinate representation of color #476667: hue angle of 181.88º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476667 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB71102103-
CMYK0.310.0100.60
HSL181.88º18.39%34.12%-
HSV(B)181.88º31.07%40.39%-
XYZ9.811.8214.6-
YUV92.84133.73112.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=25.72%
G=36.96%
B=37.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal711021030.310.0100.60181.8818.3934.12
Hex4766671F103Cb61222
Octal1071461473710742662242
Binary10001111100110110011111111101111001011011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476667; }

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

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

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

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

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

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

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

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