Html Css Color HEX #466364 Tax Break

📋 copy color: '#466364'

red 70 ◦ green 99 ◦ blue 100

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

Shades of Tax Break #466364

Tints of Tax Break #466364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.17%

R = 26.02%
G = 36.8%
B = 37.17%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#466364 (or 0x466364) is known color: Tax Break. HEX triplet: 46, 63 and 64. RGB value is (70,99,100). Sum of RGB (Red+Green+Blue) = 70+99+100=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 100 - color contains mainly: blue. Hex color #466364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466364 is #B99C9B. Grayscale: #5A5A5A. Windows color (decimal): -12164252 or 6579014. OLE color: 6579014.

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

Color convert

RGB 70 99 100 -
CMYK 0.30 0.01 0 0.61
HSL 182º 0.18% 0.33% -
HSV(B) 182º 0.3% 0.39% -
XYZ 9.29 11.15 13.72 -
YUV 90.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 70 99 100 0.30 0.01 0 0.61 182 0.18 0.33
Hex 46 63 64 1E 1 0 3D B6 12 21
Octal 106 143 144 36 1 0 75 266 22 41
Binary 1000110 1100011 1100100 11110 1 0 111101 10110110 10010 100001

Color Harmonies of #466364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466364

Black with #466364

Text Example


Text Example

White with #466364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466364; }

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

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

background-color css

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

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

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

border-color css

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

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

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