Html Css Color HEX #476568 Tax Break

📋 copy color: '#476568'

red 71 ◦ green 101 ◦ blue 104

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

Shades of Tax Break #476568

Tints of Tax Break #476568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.59%

 BLUE value IS 104 (41.02% from 255) = 37.68%

R = 25.72%
G = 36.59%
B = 37.68%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#476568 (or 0x476568) is known color: Tax Break. HEX triplet: 47, 65 and 68. RGB value is (71,101,104). Sum of RGB (Red+Green+Blue) = 71+101+104=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #476568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476568 is #B89A97. Grayscale: #5C5C5C. Windows color (decimal): -12098200 or 6841671. OLE color: 6841671.

HSL color Cylindrical-coordinate representation of color #476568: hue angle of 185.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476568 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 101 104 -
CMYK 0.32 0.03 0 0.59
HSL 185.45º 0.19% 0.34% -
HSV(B) 185.45º 0.32% 0.41% -
XYZ 9.75 11.65 14.83 -
YUV 92.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 71 101 104 0.32 0.03 0 0.59 185.45 0.19 0.34
Hex 47 65 68 20 3 0 3B B9 13 22
Octal 107 145 150 40 3 0 73 271 23 42
Binary 1000111 1100101 1101000 100000 11 0 111011 10111001 10011 100010

Color Harmonies of #476568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476568

Black with #476568

Text Example


Text Example

White with #476568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476568; }

 p { color: rgb(71,101,104); }

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

background-color css

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

 a { background-color: rgb(71,101,104); }

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

border-color css

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

 span { border-color: rgb(71,101,104); }

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