Html Css Color HEX #476D6C Tax Break

📋 copy color: '#476D6C'

red 71 ◦ green 109 ◦ blue 108

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

Shades of Tax Break #476D6C

Tints of Tax Break #476D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 24.65%
G = 37.85%
B = 37.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#476D6C (or 0x476D6C) is known color: Tax Break. HEX triplet: 47, 6D and 6C. RGB value is (71,109,108). Sum of RGB (Red+Green+Blue) = 71+109+108=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #476D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D6C is #B89293. Grayscale: #616161. Windows color (decimal): -12096148 or 7105863. OLE color: 7105863.

HSL color Cylindrical-coordinate representation of color #476D6C: hue angle of 178.42º degrees, saturation: 0.21, 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 #476D6C is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 108 -
CMYK 0.35 0 0.01 0.57
HSL 178.42º 0.21% 0.35% -
HSV(B) 178.42º 0.35% 0.43% -
XYZ 10.77 13.36 16.2 -
YUV 97.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 71 109 108 0.35 0 0.01 0.57 178.42 0.21 0.35
Hex 47 6D 6C 23 0 1 39 B2 15 23
Octal 107 155 154 43 0 1 71 262 25 43
Binary 1000111 1101101 1101100 100011 0 1 111001 10110010 10101 100011

Color Harmonies of #476D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D6C

Black with #476D6C

Text Example


Text Example

White with #476D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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