Html Css Color HEX #476767 Tax Break

📋 copy color: '#476767'

red 71 ◦ green 103 ◦ blue 103

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

Shades of Tax Break #476767

Tints of Tax Break #476767

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.18%

 BLUE value IS 103 (40.63% from 255) = 37.18%

R = 25.63%
G = 37.18%
B = 37.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#476767 (or 0x476767) is known color: Tax Break. HEX triplet: 47, 67 and 67. RGB value is (71,103,103). Sum of RGB (Red+Green+Blue) = 71+103+103=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #476767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476767 is #B89898. Grayscale: #5D5D5D. Windows color (decimal): -12097689 or 6776647. OLE color: 6776647.

HSL color Cylindrical-coordinate representation of color #476767: hue angle of 180º 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 #476767 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 103 103 -
CMYK 0.31 0 0 0.60
HSL 180º 0.18% 0.34% -
HSV(B) 180º 0.31% 0.4% -
XYZ 9.9 12.02 14.63 -
YUV 93.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 71 103 103 0.31 0 0 0.60 180 0.18 0.34
Hex 47 67 67 1F 0 0 3C B4 12 22
Octal 107 147 147 37 0 0 74 264 22 42
Binary 1000111 1100111 1100111 11111 0 0 111100 10110100 10010 100010

Color Harmonies of #476767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476767

Black with #476767

Text Example


Text Example

White with #476767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476767; }

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

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

background-color css

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

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

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

border-color css

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

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

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