Html Css Color HEX #446362 Tax Break

📋 copy color: '#446362'

red 68 ◦ green 99 ◦ blue 98

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

Shades of Tax Break #446362

Tints of Tax Break #446362

RGB

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

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

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

R = 25.66%
G = 37.36%
B = 36.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#446362 (or 0x446362) is known color: Tax Break. HEX triplet: 44, 63 and 62. RGB value is (68,99,98). Sum of RGB (Red+Green+Blue) = 68+99+98=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #446362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446362 is #BB9C9D. Grayscale: #595959. Windows color (decimal): -12295326 or 6447940. OLE color: 6447940.

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

Color convert

RGB 68 99 98 -
CMYK 0.31 0 0.01 0.61
HSL 178.06º 0.19% 0.33% -
HSV(B) 178.06º 0.31% 0.39% -
XYZ 9.05 11.03 13.21 -
YUV 89.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 68 99 98 0.31 0 0.01 0.61 178.06 0.19 0.33
Hex 44 63 62 1F 0 1 3D B2 13 21
Octal 104 143 142 37 0 1 75 262 23 41
Binary 1000100 1100011 1100010 11111 0 1 111101 10110010 10011 100001

Color Harmonies of #446362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446362

Black with #446362

Text Example


Text Example

White with #446362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446362; }

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

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

background-color css

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

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

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

border-color css

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

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

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