Html Css Color HEX #476C70 Tax Break

📋 copy color: '#476C70'

red 71 ◦ green 108 ◦ blue 112

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

Shades of Tax Break #476C70

Tints of Tax Break #476C70

RGB

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

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

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

R = 24.4%
G = 37.11%
B = 38.49%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476C70 (or 0x476C70) is known color: Tax Break. HEX triplet: 47, 6C and 70. RGB value is (71,108,112). Sum of RGB (Red+Green+Blue) = 71+108+112=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #476C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C70 is #B8938F. Grayscale: #616161. Windows color (decimal): -12096400 or 7367751. OLE color: 7367751.

HSL color Cylindrical-coordinate representation of color #476C70: hue angle of 185.85º 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 #476C70 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 108 112 -
CMYK 0.37 0.04 0 0.56
HSL 185.85º 0.22% 0.36% -
HSV(B) 185.85º 0.37% 0.44% -
XYZ 10.89 13.23 17.31 -
YUV 97.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 71 108 112 0.37 0.04 0 0.56 185.85 0.22 0.36
Hex 47 6C 70 25 4 0 38 BA 16 24
Octal 107 154 160 45 4 0 70 272 26 44
Binary 1000111 1101100 1110000 100101 100 0 111000 10111010 10110 100100

Color Harmonies of #476C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C70

Black with #476C70

Text Example


Text Example

White with #476C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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