Html Css Color HEX #476366 Tax Break

📋 copy color: '#476366'

red 71 ◦ green 99 ◦ blue 102

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

Shades of Tax Break #476366

Tints of Tax Break #476366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.4%

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 26.1%
G = 36.4%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#476366 (or 0x476366) is known color: Tax Break. HEX triplet: 47, 63 and 66. RGB value is (71,99,102). Sum of RGB (Red+Green+Blue) = 71+99+102=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 102 - color contains mainly: blue. Hex color #476366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476366 is #B89C99. Grayscale: #5A5A5A. Windows color (decimal): -12098714 or 6710087. OLE color: 6710087.

HSL color Cylindrical-coordinate representation of color #476366: hue angle of 185.81º degrees, saturation: 0.18, 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 #476366 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 99 102 -
CMYK 0.30 0.03 0 0.6
HSL 185.81º 0.18% 0.34% -
HSV(B) 185.81º 0.3% 0.4% -
XYZ 9.46 11.22 14.24 -
YUV 90.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 71 99 102 0.30 0.03 0 0.6 185.81 0.18 0.34
Hex 47 63 66 1E 3 0 3C BA 12 22
Octal 107 143 146 36 3 0 74 272 22 42
Binary 1000111 1100011 1100110 11110 11 0 111100 10111010 10010 100010

Color Harmonies of #476366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476366

Black with #476366

Text Example


Text Example

White with #476366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476366; }

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

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

background-color css

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

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

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

border-color css

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

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

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