Html Css Color HEX #476469 Tax Break

📋 copy color: '#476469'

red 71 ◦ green 100 ◦ blue 105

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

Shades of Tax Break #476469

Tints of Tax Break #476469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

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

R = 25.72%
G = 36.23%
B = 38.04%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#476469 (or 0x476469) is known color: Tax Break. HEX triplet: 47, 64 and 69. RGB value is (71,100,105). Sum of RGB (Red+Green+Blue) = 71+100+105=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #476469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476469 is #B89B96. Grayscale: #5B5B5B. Windows color (decimal): -12098455 or 6906951. OLE color: 6906951.

HSL color Cylindrical-coordinate representation of color #476469: hue angle of 188.82º 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 #476469 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 100 105 -
CMYK 0.32 0.05 0 0.59
HSL 188.82º 0.19% 0.35% -
HSV(B) 188.82º 0.32% 0.41% -
XYZ 9.71 11.47 15.07 -
YUV 91.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 71 100 105 0.32 0.05 0 0.59 188.82 0.19 0.35
Hex 47 64 69 20 5 0 3B BD 13 23
Octal 107 144 151 40 5 0 73 275 23 43
Binary 1000111 1100100 1101001 100000 101 0 111011 10111101 10011 100011

Color Harmonies of #476469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476469

Black with #476469

Text Example


Text Example

White with #476469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476469; }

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

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

background-color css

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

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

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

border-color css

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

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

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