Html Css Color HEX #476D6E Tax Break

📋 copy color: '#476D6E'

red 71 ◦ green 109 ◦ blue 110

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

Shades of Tax Break #476D6E

Tints of Tax Break #476D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.59%

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 24.48%
G = 37.59%
B = 37.93%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#476D6E (or 0x476D6E) is known color: Tax Break. HEX triplet: 47, 6D and 6E. RGB value is (71,109,110). Sum of RGB (Red+Green+Blue) = 71+109+110=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #476D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D6E is #B89291. Grayscale: #616161. Windows color (decimal): -12096146 or 7236935. OLE color: 7236935.

HSL color Cylindrical-coordinate representation of color #476D6E: hue angle of 181.54º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476D6E is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 110 -
CMYK 0.35 0.01 0 0.57
HSL 181.54º 0.22% 0.35% -
HSV(B) 181.54º 0.35% 0.43% -
XYZ 10.88 13.4 16.77 -
YUV 97.75 134.91 108.92 -
System Red Green Blue C M Y K H S L
Decimal 71 109 110 0.35 0.01 0 0.57 181.54 0.22 0.35
Hex 47 6D 6E 23 1 0 39 B6 16 23
Octal 107 155 156 43 1 0 71 266 26 43
Binary 1000111 1101101 1101110 100011 1 0 111001 10110110 10110 100011

Color Harmonies of #476D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D6E

Black with #476D6E

Text Example


Text Example

White with #476D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D6E; }

 p { color: rgb(71,109,110); }

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

background-color css

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

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

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

border-color css

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

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

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