Html Css Color HEX #476970 Tax Break

📋 copy color: '#476970'

red 71 ◦ green 105 ◦ blue 112

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

Shades of Tax Break #476970

Tints of Tax Break #476970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.46%

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 24.65%
G = 36.46%
B = 38.89%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476970 (or 0x476970) is known color: Tax Break. HEX triplet: 47, 69 and 70. RGB value is (71,105,112). Sum of RGB (Red+Green+Blue) = 71+105+112=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #476970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476970 is #B8968F. Grayscale: #5F5F5F. Windows color (decimal): -12097168 or 7366983. OLE color: 7366983.

HSL color Cylindrical-coordinate representation of color #476970: hue angle of 190.24º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476970 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 105 112 -
CMYK 0.37 0.06 0 0.56
HSL 190.24º 0.22% 0.36% -
HSV(B) 190.24º 0.37% 0.44% -
XYZ 10.57 12.61 17.21 -
YUV 95.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 71 105 112 0.37 0.06 0 0.56 190.24 0.22 0.36
Hex 47 69 70 25 6 0 38 BE 16 24
Octal 107 151 160 45 6 0 70 276 26 44
Binary 1000111 1101001 1110000 100101 110 0 111000 10111110 10110 100100

Color Harmonies of #476970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476970

Black with #476970

Text Example


Text Example

White with #476970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476970; }

 p { color: rgb(71,105,112); }

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

background-color css

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

 a { background-color: rgb(71,105,112); }

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

border-color css

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

 span { border-color: rgb(71,105,112); }

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