Html Css Color HEX #476869 Tax Break

📋 copy color: '#476869'

red 71 ◦ green 104 ◦ blue 105

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

Shades of Tax Break #476869

Tints of Tax Break #476869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

 BLUE value IS 105 (41.41% from 255) = 37.5%

R = 25.36%
G = 37.14%
B = 37.5%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#476869 (or 0x476869) is known color: Tax Break. HEX triplet: 47, 68 and 69. RGB value is (71,104,105). Sum of RGB (Red+Green+Blue) = 71+104+105=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #476869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476869 is #B89796. Grayscale: #5E5E5E. Windows color (decimal): -12097431 or 6907975. OLE color: 6907975.

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

Color convert

RGB 71 104 105 -
CMYK 0.32 0.01 0 0.59
HSL 181.76º 0.19% 0.35% -
HSV(B) 181.76º 0.32% 0.41% -
XYZ 10.1 12.26 15.2 -
YUV 94.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 71 104 105 0.32 0.01 0 0.59 181.76 0.19 0.35
Hex 47 68 69 20 1 0 3B B6 13 23
Octal 107 150 151 40 1 0 73 266 23 43
Binary 1000111 1101000 1101001 100000 1 0 111011 10110110 10011 100011

Color Harmonies of #476869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476869

Black with #476869

Text Example


Text Example

White with #476869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476869; }

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

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

background-color css

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

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

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

border-color css

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

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

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