Html Css Color HEX #476766 Tax Break

📋 copy color: '#476766'

red 71 ◦ green 103 ◦ blue 102

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

Shades of Tax Break #476766

Tints of Tax Break #476766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 25.72%
G = 37.32%
B = 36.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#476766 (or 0x476766) is known color: Tax Break. HEX triplet: 47, 67 and 66. RGB value is (71,103,102). Sum of RGB (Red+Green+Blue) = 71+103+102=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #476766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476766 is #B89899. Grayscale: #5D5D5D. Windows color (decimal): -12097690 or 6711111. OLE color: 6711111.

HSL color Cylindrical-coordinate representation of color #476766: hue angle of 178.12º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476766 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 103 102 -
CMYK 0.31 0 0.01 0.60
HSL 178.13º 0.18% 0.34% -
HSV(B) 178.13º 0.31% 0.4% -
XYZ 9.85 12 14.37 -
YUV 93.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 71 103 102 0.31 0 0.01 0.60 178.13 0.18 0.34
Hex 47 67 66 1F 0 1 3C B2 12 22
Octal 107 147 146 37 0 1 74 262 22 42
Binary 1000111 1100111 1100110 11111 0 1 111100 10110010 10010 100010

Color Harmonies of #476766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476766

Black with #476766

Text Example


Text Example

White with #476766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476766; }

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

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

background-color css

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

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

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

border-color css

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

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

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