Html Css Color HEX #466363 Tax Break

📋 copy color: '#466363'

red 70 ◦ green 99 ◦ blue 99

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

Shades of Tax Break #466363

Tints of Tax Break #466363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 26.12%
G = 36.94%
B = 36.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#466363 (or 0x466363) is known color: Tax Break. HEX triplet: 46, 63 and 63. RGB value is (70,99,99). Sum of RGB (Red+Green+Blue) = 70+99+99=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #466363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466363 is #B99C9C. Grayscale: #5A5A5A. Windows color (decimal): -12164253 or 6513478. OLE color: 6513478.

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

Color convert

RGB 70 99 99 -
CMYK 0.29 0 0 0.61
HSL 180º 0.17% 0.33% -
HSV(B) 180º 0.29% 0.39% -
XYZ 9.24 11.13 13.47 -
YUV 90.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 70 99 99 0.29 0 0 0.61 180 0.17 0.33
Hex 46 63 63 1D 0 0 3D B4 11 21
Octal 106 143 143 35 0 0 75 264 21 41
Binary 1000110 1100011 1100011 11101 0 0 111101 10110100 10001 100001

Color Harmonies of #466363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466363

Black with #466363

Text Example


Text Example

White with #466363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466363; }

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

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

background-color css

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

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

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

border-color css

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

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

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