Html Css Color HEX #466163 Tax Break

📋 copy color: '#466163'

red 70 ◦ green 97 ◦ blue 99

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

Shades of Tax Break #466163

Tints of Tax Break #466163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

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

R = 26.32%
G = 36.47%
B = 37.22%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#466163 (or 0x466163) is known color: Tax Break. HEX triplet: 46, 61 and 63. RGB value is (70,97,99). Sum of RGB (Red+Green+Blue) = 70+97+99=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #466163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466163 is #B99E9C. Grayscale: #595959. Windows color (decimal): -12164765 or 6512966. OLE color: 6512966.

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

Color convert

RGB 70 97 99 -
CMYK 0.29 0.02 0 0.61
HSL 184.14º 0.17% 0.33% -
HSV(B) 184.14º 0.29% 0.39% -
XYZ 9.05 10.75 13.4 -
YUV 89.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 70 97 99 0.29 0.02 0 0.61 184.14 0.17 0.33
Hex 46 61 63 1D 2 0 3D B8 11 21
Octal 106 141 143 35 2 0 75 270 21 41
Binary 1000110 1100001 1100011 11101 10 0 111101 10111000 10001 100001

Color Harmonies of #466163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466163

Black with #466163

Text Example


Text Example

White with #466163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466163; }

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

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

background-color css

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

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

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

border-color css

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

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

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