Html Css Color HEX #466362 Tax Break

📋 copy color: '#466362'

red 70 ◦ green 99 ◦ blue 98

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

Shades of Tax Break #466362

Tints of Tax Break #466362

RGB

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

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

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

R = 26.22%
G = 37.08%
B = 36.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#466362 (or 0x466362) is known color: Tax Break. HEX triplet: 46, 63 and 62. RGB value is (70,99,98). Sum of RGB (Red+Green+Blue) = 70+99+98=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #466362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466362 is #B99C9D. Grayscale: #5A5A5A. Windows color (decimal): -12164254 or 6447942. OLE color: 6447942.

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

Color convert

RGB 70 99 98 -
CMYK 0.29 0 0.01 0.61
HSL 177.93º 0.17% 0.33% -
HSV(B) 177.93º 0.29% 0.39% -
XYZ 9.19 11.11 13.21 -
YUV 90.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 70 99 98 0.29 0 0.01 0.61 177.93 0.17 0.33
Hex 46 63 62 1D 0 1 3D B2 11 21
Octal 106 143 142 35 0 1 75 262 21 41
Binary 1000110 1100011 1100010 11101 0 1 111101 10110010 10001 100001

Color Harmonies of #466362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466362

Black with #466362

Text Example


Text Example

White with #466362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466362; }

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

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

background-color css

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

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

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

border-color css

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

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

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