Html Css Color HEX #446663 Tax Break

📋 copy color: '#446663'

red 68 ◦ green 102 ◦ blue 99

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

Shades of Tax Break #446663

Tints of Tax Break #446663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.92%

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

R = 25.28%
G = 37.92%
B = 36.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#446663 (or 0x446663) is known color: Tax Break. HEX triplet: 44, 66 and 63. RGB value is (68,102,99). Sum of RGB (Red+Green+Blue) = 68+102+99=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #446663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446663 is #BB999C. Grayscale: #5B5B5B. Windows color (decimal): -12294557 or 6514244. OLE color: 6514244.

HSL color Cylindrical-coordinate representation of color #446663: hue angle of 174.71º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #446663 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 102 99 -
CMYK 0.33 0 0.03 0.6
HSL 174.71º 0.2% 0.33% -
HSV(B) 174.71º 0.33% 0.4% -
XYZ 9.39 11.63 13.55 -
YUV 91.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 68 102 99 0.33 0 0.03 0.6 174.71 0.2 0.33
Hex 44 66 63 21 0 3 3C AF 14 21
Octal 104 146 143 41 0 3 74 257 24 41
Binary 1000100 1100110 1100011 100001 0 11 111100 10101111 10100 100001

Color Harmonies of #446663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446663

Black with #446663

Text Example


Text Example

White with #446663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446663; }

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

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

background-color css

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

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

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

border-color css

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

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

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