Html Css Color HEX #476669 Tax Break

📋 copy color: '#476669'

red 71 ◦ green 102 ◦ blue 105

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

Shades of Tax Break #476669

Tints of Tax Break #476669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.69%

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

R = 25.54%
G = 36.69%
B = 37.77%

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

#476669 (or 0x476669) is known color: Tax Break. HEX triplet: 47, 66 and 69. RGB value is (71,102,105). Sum of RGB (Red+Green+Blue) = 71+102+105=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #476669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476669 is #B89996. Grayscale: #5D5D5D. Windows color (decimal): -12097943 or 6907463. OLE color: 6907463.

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

Color convert

RGB 71 102 105 -
CMYK 0.32 0.03 0 0.59
HSL 185.29º 0.19% 0.35% -
HSV(B) 185.29º 0.32% 0.41% -
XYZ 9.9 11.86 15.13 -
YUV 93.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 71 102 105 0.32 0.03 0 0.59 185.29 0.19 0.35
Hex 47 66 69 20 3 0 3B B9 13 23
Octal 107 146 151 40 3 0 73 271 23 43
Binary 1000111 1100110 1101001 100000 11 0 111011 10111001 10011 100011

Color Harmonies of #476669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476669

Black with #476669

Text Example


Text Example

White with #476669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476669; }

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

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

background-color css

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

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

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

border-color css

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

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

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