Html Css Color HEX #446462 Tax Break

📋 copy color: '#446462'

red 68 ◦ green 100 ◦ blue 98

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

Shades of Tax Break #446462

Tints of Tax Break #446462

RGB

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

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

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

R = 25.56%
G = 37.59%
B = 36.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#446462 (or 0x446462) is known color: Tax Break. HEX triplet: 44, 64 and 62. RGB value is (68,100,98). Sum of RGB (Red+Green+Blue) = 68+100+98=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 100 - color contains mainly: green. Hex color #446462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446462 is #BB9B9D. Grayscale: #5A5A5A. Windows color (decimal): -12295070 or 6448196. OLE color: 6448196.

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

Color convert

RGB 68 100 98 -
CMYK 0.32 0 0.02 0.61
HSL 176.25º 0.19% 0.33% -
HSV(B) 176.25º 0.32% 0.39% -
XYZ 9.15 11.23 13.24 -
YUV 90.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 68 100 98 0.32 0 0.02 0.61 176.25 0.19 0.33
Hex 44 64 62 20 0 2 3D B0 13 21
Octal 104 144 142 40 0 2 75 260 23 41
Binary 1000100 1100100 1100010 100000 0 10 111101 10110000 10011 100001

Color Harmonies of #446462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446462

Black with #446462

Text Example


Text Example

White with #446462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446462; }

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

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

background-color css

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

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

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

border-color css

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

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

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