Html Css Color HEX #476262 Tax Break

📋 copy color: '#476262'

red 71 ◦ green 98 ◦ blue 98

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

Shades of Tax Break #476262

Tints of Tax Break #476262

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

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

R = 26.59%
G = 36.7%
B = 36.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#476262 (or 0x476262) is known color: Tax Break. HEX triplet: 47, 62 and 62. RGB value is (71,98,98). Sum of RGB (Red+Green+Blue) = 71+98+98=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #476262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476262 is #B89D9D. Grayscale: #595959. Windows color (decimal): -12098974 or 6447687. OLE color: 6447687.

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

Color convert

RGB 71 98 98 -
CMYK 0.28 0 0 0.62
HSL 180º 0.16% 0.33% -
HSV(B) 180º 0.28% 0.38% -
XYZ 9.17 10.96 13.19 -
YUV 89.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 71 98 98 0.28 0 0 0.62 180 0.16 0.33
Hex 47 62 62 1C 0 0 3E B4 10 21
Octal 107 142 142 34 0 0 76 264 20 41
Binary 1000111 1100010 1100010 11100 0 0 111110 10110100 10000 100001

Color Harmonies of #476262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476262

Black with #476262

Text Example


Text Example

White with #476262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476262; }

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

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

background-color css

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

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

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

border-color css

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

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

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