Html Css Color HEX #466262 Tax Break

📋 copy color: '#466262'

red 70 ◦ green 98 ◦ blue 98

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

Shades of Tax Break #466262

Tints of Tax Break #466262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.84%

R = 26.32%
G = 36.84%
B = 36.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#466262 (or 0x466262) is known color: Tax Break. HEX triplet: 46, 62 and 62. RGB value is (70,98,98). Sum of RGB (Red+Green+Blue) = 70+98+98=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #466262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466262 is #B99D9D. Grayscale: #595959. Windows color (decimal): -12164510 or 6447686. OLE color: 6447686.

HSL color Cylindrical-coordinate representation of color #466262: hue angle of 180º 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 #466262 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 98 98 -
CMYK 0.29 0 0 0.62
HSL 180º 0.17% 0.33% -
HSV(B) 180º 0.29% 0.38% -
XYZ 9.1 10.92 13.18 -
YUV 89.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 70 98 98 0.29 0 0 0.62 180 0.17 0.33
Hex 46 62 62 1D 0 0 3E B4 11 21
Octal 106 142 142 35 0 0 76 264 21 41
Binary 1000110 1100010 1100010 11101 0 0 111110 10110100 10001 100001

Color Harmonies of #466262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466262

Black with #466262

Text Example


Text Example

White with #466262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466262; }

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

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

background-color css

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

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

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

border-color css

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

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

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