Html Css Color HEX #476D72 Tax Break

📋 copy color: '#476D72'

red 71 ◦ green 109 ◦ blue 114

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

Shades of Tax Break #476D72

Tints of Tax Break #476D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 24.15%
G = 37.07%
B = 38.78%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476D72 (or 0x476D72) is known color: Tax Break. HEX triplet: 47, 6D and 72. RGB value is (71,109,114). Sum of RGB (Red+Green+Blue) = 71+109+114=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #476D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D72 is #B8928D. Grayscale: #626262. Windows color (decimal): -12096142 or 7499079. OLE color: 7499079.

HSL color Cylindrical-coordinate representation of color #476D72: hue angle of 186.98º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476D72 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 109 114 -
CMYK 0.38 0.04 0 0.55
HSL 186.98º 0.23% 0.36% -
HSV(B) 186.98º 0.38% 0.45% -
XYZ 11.1 13.49 17.94 -
YUV 98.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 71 109 114 0.38 0.04 0 0.55 186.98 0.23 0.36
Hex 47 6D 72 26 4 0 37 BB 17 24
Octal 107 155 162 46 4 0 67 273 27 44
Binary 1000111 1101101 1110010 100110 100 0 110111 10111011 10111 100100

Color Harmonies of #476D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D72

Black with #476D72

Text Example


Text Example

White with #476D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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