Html Css Color HEX #476B71 Tax Break

📋 copy color: '#476B71'

red 71 ◦ green 107 ◦ blue 113

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

Shades of Tax Break #476B71

Tints of Tax Break #476B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.77%

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 24.4%
G = 36.77%
B = 38.83%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476B71 (or 0x476B71) is known color: Tax Break. HEX triplet: 47, 6B and 71. RGB value is (71,107,113). Sum of RGB (Red+Green+Blue) = 71+107+113=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #476B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B71 is #B8948E. Grayscale: #606060. Windows color (decimal): -12096655 or 7433031. OLE color: 7433031.

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

Color convert

RGB 71 107 113 -
CMYK 0.37 0.05 0 0.56
HSL 188.57º 0.23% 0.36% -
HSV(B) 188.57º 0.37% 0.44% -
XYZ 10.84 13.05 17.57 -
YUV 96.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 71 107 113 0.37 0.05 0 0.56 188.57 0.23 0.36
Hex 47 6B 71 25 5 0 38 BD 17 24
Octal 107 153 161 45 5 0 70 275 27 44
Binary 1000111 1101011 1110001 100101 101 0 111000 10111101 10111 100100

Color Harmonies of #476B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B71

Black with #476B71

Text Example


Text Example

White with #476B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,107,113); }

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

background-color css

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

 a { background-color: rgb(71,107,113); }

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

border-color css

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

 span { border-color: rgb(71,107,113); }

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