Html Css Color HEX #466261 Tax Break

📋 copy color: '#466261'

red 70 ◦ green 98 ◦ blue 97

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

Shades of Tax Break #466261

Tints of Tax Break #466261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 26.42%
G = 36.98%
B = 36.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#466261 (or 0x466261) is known color: Tax Break. HEX triplet: 46, 62 and 61. RGB value is (70,98,97). Sum of RGB (Red+Green+Blue) = 70+98+97=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #466261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466261 is #B99D9E. Grayscale: #595959. Windows color (decimal): -12164511 or 6382150. OLE color: 6382150.

HSL color Cylindrical-coordinate representation of color #466261: hue angle of 177.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #466261 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 98 97 -
CMYK 0.29 0 0.01 0.62
HSL 177.86º 0.17% 0.33% -
HSV(B) 177.86º 0.29% 0.38% -
XYZ 9.05 10.9 12.94 -
YUV 89.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 70 98 97 0.29 0 0.01 0.62 177.86 0.17 0.33
Hex 46 62 61 1D 0 1 3E B2 11 21
Octal 106 142 141 35 0 1 76 262 21 41
Binary 1000110 1100010 1100001 11101 0 1 111110 10110010 10001 100001

Color Harmonies of #466261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466261

Black with #466261

Text Example


Text Example

White with #466261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466261; }

 p { color: rgb(70,98,97); }

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

background-color css

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

 a { background-color: rgb(70,98,97); }

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

border-color css

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

 span { border-color: rgb(70,98,97); }

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