Html Css Color HEX #466D71 Tax Break

📋 copy color: '#466D71'

red 70 ◦ green 109 ◦ blue 113

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

Shades of Tax Break #466D71

Tints of Tax Break #466D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 23.97%
G = 37.33%
B = 38.7%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#466D71 (or 0x466D71) is known color: Tax Break. HEX triplet: 46, 6D and 71. RGB value is (70,109,113). Sum of RGB (Red+Green+Blue) = 70+109+113=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #466D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D71 is #B9928E. Grayscale: #616161. Windows color (decimal): -12161679 or 7433542. OLE color: 7433542.

HSL color Cylindrical-coordinate representation of color #466D71: hue angle of 185.58º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466D71 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 109 113 -
CMYK 0.38 0.04 0 0.56
HSL 185.58º 0.23% 0.36% -
HSV(B) 185.58º 0.38% 0.44% -
XYZ 10.98 13.43 17.64 -
YUV 97.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 70 109 113 0.38 0.04 0 0.56 185.58 0.23 0.36
Hex 46 6D 71 26 4 0 38 BA 17 24
Octal 106 155 161 46 4 0 70 272 27 44
Binary 1000110 1101101 1110001 100110 100 0 111000 10111010 10111 100100

Color Harmonies of #466D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466D71

Black with #466D71

Text Example


Text Example

White with #466D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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