Html Css Color HEX #466D73 Tax Break

📋 copy color: '#466D73'

red 70 ◦ green 109 ◦ blue 115

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

Shades of Tax Break #466D73

Tints of Tax Break #466D73

RGB

 RED value IS 70 (27.73% from 255) = 23.81%

 GREEN value IS 109 (42.97% from 255) = 37.07%

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 23.81%
G = 37.07%
B = 39.12%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466D73 (or 0x466D73) is known color: Tax Break. HEX triplet: 46, 6D and 73. RGB value is (70,109,115). Sum of RGB (Red+Green+Blue) = 70+109+115=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #466D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D73 is #B9928C. Grayscale: #616161. Windows color (decimal): -12161677 or 7564614. OLE color: 7564614.

HSL color Cylindrical-coordinate representation of color #466D73: hue angle of 188º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466D73 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 109 115 -
CMYK 0.39 0.05 0 0.55
HSL 188º 0.24% 0.36% -
HSV(B) 188º 0.39% 0.45% -
XYZ 11.09 13.48 18.24 -
YUV 98.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 70 109 115 0.39 0.05 0 0.55 188 0.24 0.36
Hex 46 6D 73 27 5 0 37 BC 18 24
Octal 106 155 163 47 5 0 67 274 30 44
Binary 1000110 1101101 1110011 100111 101 0 110111 10111100 11000 100100

Color Harmonies of #466D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466D73

Black with #466D73

Text Example


Text Example

White with #466D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466D73; }

 p { color: rgb(70,109,115); }

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

background-color css

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

 a { background-color: rgb(70,109,115); }

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

border-color css

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

 span { border-color: rgb(70,109,115); }

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