Html Css Color HEX #476C72 Tax Break

📋 copy color: '#476C72'

red 71 ◦ green 108 ◦ blue 114

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

Shades of Tax Break #476C72

Tints of Tax Break #476C72

RGB

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

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

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

R = 24.23%
G = 36.86%
B = 38.91%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476C72 (or 0x476C72) is known color: Tax Break. HEX triplet: 47, 6C and 72. RGB value is (71,108,114). Sum of RGB (Red+Green+Blue) = 71+108+114=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #476C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C72 is #B8938D. Grayscale: #616161. Windows color (decimal): -12096398 or 7498823. OLE color: 7498823.

HSL color Cylindrical-coordinate representation of color #476C72: hue angle of 188.37º 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 #476C72 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 108 114 -
CMYK 0.38 0.05 0 0.55
HSL 188.37º 0.23% 0.36% -
HSV(B) 188.37º 0.38% 0.45% -
XYZ 11 13.28 17.9 -
YUV 97.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 71 108 114 0.38 0.05 0 0.55 188.37 0.23 0.36
Hex 47 6C 72 26 5 0 37 BC 17 24
Octal 107 154 162 46 5 0 67 274 27 44
Binary 1000111 1101100 1110010 100110 101 0 110111 10111100 10111 100100

Color Harmonies of #476C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C72

Black with #476C72

Text Example


Text Example

White with #476C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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