Html Css Color HEX #476162 Tax Break

📋 copy color: '#476162'

red 71 ◦ green 97 ◦ blue 98

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

Shades of Tax Break #476162

Tints of Tax Break #476162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 98 (38.67% from 255) = 36.84%

R = 26.69%
G = 36.47%
B = 36.84%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#476162 (or 0x476162) is known color: Tax Break. HEX triplet: 47, 61 and 62. RGB value is (71,97,98). Sum of RGB (Red+Green+Blue) = 71+97+98=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #476162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476162 is #B89E9D. Grayscale: #595959. Windows color (decimal): -12099230 or 6447431. OLE color: 6447431.

HSL color Cylindrical-coordinate representation of color #476162: hue angle of 182.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476162 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 98 -
CMYK 0.28 0.01 0 0.62
HSL 182.22º 0.16% 0.33% -
HSV(B) 182.22º 0.28% 0.38% -
XYZ 9.08 10.77 13.16 -
YUV 89.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 71 97 98 0.28 0.01 0 0.62 182.22 0.16 0.33
Hex 47 61 62 1C 1 0 3E B6 10 21
Octal 107 141 142 34 1 0 76 266 20 41
Binary 1000111 1100001 1100010 11100 1 0 111110 10110110 10000 100001

Color Harmonies of #476162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476162

Black with #476162

Text Example


Text Example

White with #476162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476162; }

 p { color: rgb(71,97,98); }

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

background-color css

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

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

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

border-color css

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

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

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