Html Css Color HEX #476565 Tax Break

📋 copy color: '#476565'

red 71 ◦ green 101 ◦ blue 101

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

Shades of Tax Break #476565

Tints of Tax Break #476565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

 BLUE value IS 101 (39.84% from 255) = 37%

R = 26.01%
G = 37%
B = 37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#476565 (or 0x476565) is known color: Tax Break. HEX triplet: 47, 65 and 65. RGB value is (71,101,101). Sum of RGB (Red+Green+Blue) = 71+101+101=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #476565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476565 is #B89A9A. Grayscale: #5C5C5C. Windows color (decimal): -12098203 or 6645063. OLE color: 6645063.

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

Color convert

RGB 71 101 101 -
CMYK 0.30 0 0 0.60
HSL 180º 0.17% 0.34% -
HSV(B) 180º 0.3% 0.4% -
XYZ 9.6 11.59 14.04 -
YUV 92.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 71 101 101 0.30 0 0 0.60 180 0.17 0.34
Hex 47 65 65 1E 0 0 3C B4 11 22
Octal 107 145 145 36 0 0 74 264 21 42
Binary 1000111 1100101 1100101 11110 0 0 111100 10110100 10001 100010

Color Harmonies of #476565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476565

Black with #476565

Text Example


Text Example

White with #476565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476565; }

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

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

background-color css

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

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

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

border-color css

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

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

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