Html Css Color HEX #476C6D Tax Break

📋 copy color: '#476C6D'

red 71 ◦ green 108 ◦ blue 109

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

Shades of Tax Break #476C6D

Tints of Tax Break #476C6D

RGB

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

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

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

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

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

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

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

Color convert

RGB 71 108 109 -
CMYK 0.35 0.01 0 0.57
HSL 181.58º 0.21% 0.35% -
HSV(B) 181.58º 0.35% 0.43% -
XYZ 10.72 13.17 16.44 -
YUV 97.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 71 108 109 0.35 0.01 0 0.57 181.58 0.21 0.35
Hex 47 6C 6D 23 1 0 39 B6 15 23
Octal 107 154 155 43 1 0 71 266 25 43
Binary 1000111 1101100 1101101 100011 1 0 111001 10110110 10101 100011

Color Harmonies of #476C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C6D

Black with #476C6D

Text Example


Text Example

White with #476C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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