Html Css Color HEX #476569 Tax Break

📋 copy color: '#476569'

red 71 ◦ green 101 ◦ blue 105

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

Shades of Tax Break #476569

Tints of Tax Break #476569

RGB

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

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

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

R = 25.63%
G = 36.46%
B = 37.91%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#476569 (or 0x476569) is known color: Tax Break. HEX triplet: 47, 65 and 69. RGB value is (71,101,105). Sum of RGB (Red+Green+Blue) = 71+101+105=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 105 - color contains mainly: blue. Hex color #476569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476569 is #B89A96. Grayscale: #5C5C5C. Windows color (decimal): -12098199 or 6907207. OLE color: 6907207.

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

Color convert

RGB 71 101 105 -
CMYK 0.32 0.04 0 0.59
HSL 187.06º 0.19% 0.35% -
HSV(B) 187.06º 0.32% 0.41% -
XYZ 9.8 11.67 15.1 -
YUV 92.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 71 101 105 0.32 0.04 0 0.59 187.06 0.19 0.35
Hex 47 65 69 20 4 0 3B BB 13 23
Octal 107 145 151 40 4 0 73 273 23 43
Binary 1000111 1100101 1101001 100000 100 0 111011 10111011 10011 100011

Color Harmonies of #476569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476569

Black with #476569

Text Example


Text Example

White with #476569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476569; }

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

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

background-color css

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

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

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

border-color css

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

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

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