Html Css Color HEX #476263 Tax Break

📋 copy color: '#476263'

red 71 ◦ green 98 ◦ blue 99

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

Shades of Tax Break #476263

Tints of Tax Break #476263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 26.49%
G = 36.57%
B = 36.94%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#476263 (or 0x476263) is known color: Tax Break. HEX triplet: 47, 62 and 63. RGB value is (71,98,99). Sum of RGB (Red+Green+Blue) = 71+98+99=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #476263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476263 is #B89D9C. Grayscale: #5A5A5A. Windows color (decimal): -12098973 or 6513223. OLE color: 6513223.

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

Color convert

RGB 71 98 99 -
CMYK 0.28 0.01 0 0.61
HSL 182.14º 0.16% 0.33% -
HSV(B) 182.14º 0.28% 0.39% -
XYZ 9.22 10.98 13.44 -
YUV 90.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 71 98 99 0.28 0.01 0 0.61 182.14 0.16 0.33
Hex 47 62 63 1C 1 0 3D B6 10 21
Octal 107 142 143 34 1 0 75 266 20 41
Binary 1000111 1100010 1100011 11100 1 0 111101 10110110 10000 100001

Color Harmonies of #476263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476263

Black with #476263

Text Example


Text Example

White with #476263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476263; }

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

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

background-color css

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

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

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

border-color css

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

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

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