Html Css Color HEX #476769 Tax Break

📋 copy color: '#476769'

red 71 ◦ green 103 ◦ blue 105

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

Shades of Tax Break #476769

Tints of Tax Break #476769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.92%

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

R = 25.45%
G = 36.92%
B = 37.63%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#476769 (or 0x476769) is known color: Tax Break. HEX triplet: 47, 67 and 69. RGB value is (71,103,105). Sum of RGB (Red+Green+Blue) = 71+103+105=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 105 - color contains mainly: blue. Hex color #476769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476769 is #B89896. Grayscale: #5D5D5D. Windows color (decimal): -12097687 or 6907719. OLE color: 6907719.

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

Color convert

RGB 71 103 105 -
CMYK 0.32 0.02 0 0.59
HSL 183.53º 0.19% 0.35% -
HSV(B) 183.53º 0.32% 0.41% -
XYZ 10 12.06 15.17 -
YUV 93.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 71 103 105 0.32 0.02 0 0.59 183.53 0.19 0.35
Hex 47 67 69 20 2 0 3B B8 13 23
Octal 107 147 151 40 2 0 73 270 23 43
Binary 1000111 1100111 1101001 100000 10 0 111011 10111000 10011 100011

Color Harmonies of #476769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476769

Black with #476769

Text Example


Text Example

White with #476769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476769; }

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

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

background-color css

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

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

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

border-color css

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

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

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