Html Css Color HEX #446461 Tax Break

📋 copy color: '#446461'

red 68 ◦ green 100 ◦ blue 97

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

Shades of Tax Break #446461

Tints of Tax Break #446461

RGB

 RED value IS 68 (26.95% from 255) = 25.66%

 GREEN value IS 100 (39.45% from 255) = 37.74%

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 25.66%
G = 37.74%
B = 36.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#446461 (or 0x446461) is known color: Tax Break. HEX triplet: 44, 64 and 61. RGB value is (68,100,97). Sum of RGB (Red+Green+Blue) = 68+100+97=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 100 - color contains mainly: green. Hex color #446461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446461 is #BB9B9E. Grayscale: #5A5A5A. Windows color (decimal): -12295071 or 6382660. OLE color: 6382660.

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

Color convert

RGB 68 100 97 -
CMYK 0.32 0 0.03 0.61
HSL 174.38º 0.19% 0.33% -
HSV(B) 174.38º 0.32% 0.39% -
XYZ 9.1 11.21 12.99 -
YUV 90.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 68 100 97 0.32 0 0.03 0.61 174.38 0.19 0.33
Hex 44 64 61 20 0 3 3D AE 13 21
Octal 104 144 141 40 0 3 75 256 23 41
Binary 1000100 1100100 1100001 100000 0 11 111101 10101110 10011 100001

Color Harmonies of #446461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446461

Black with #446461

Text Example


Text Example

White with #446461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446461; }

 p { color: rgb(68,100,97); }

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

background-color css

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

 a { background-color: rgb(68,100,97); }

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

border-color css

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

 span { border-color: rgb(68,100,97); }

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