Html Css Color HEX #446B71 Tax Break

📋 copy color: '#446B71'

red 68 ◦ green 107 ◦ blue 113

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

Shades of Tax Break #446B71

Tints of Tax Break #446B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

 BLUE value IS 113 (44.53% from 255) = 39.24%

R = 23.61%
G = 37.15%
B = 39.24%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#446B71 (or 0x446B71) is known color: Tax Break. HEX triplet: 44, 6B and 71. RGB value is (68,107,113). Sum of RGB (Red+Green+Blue) = 68+107+113=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #446B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B71 is #BB948E. Grayscale: #5F5F5F. Windows color (decimal): -12293263 or 7433028. OLE color: 7433028.

HSL color Cylindrical-coordinate representation of color #446B71: hue angle of 188º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446B71 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 107 113 -
CMYK 0.40 0.05 0 0.56
HSL 188º 0.25% 0.35% -
HSV(B) 188º 0.4% 0.44% -
XYZ 10.62 12.94 17.56 -
YUV 96.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 68 107 113 0.40 0.05 0 0.56 188 0.25 0.35
Hex 44 6B 71 28 5 0 38 BC 19 23
Octal 104 153 161 50 5 0 70 274 31 43
Binary 1000100 1101011 1110001 101000 101 0 111000 10111100 11001 100011

Color Harmonies of #446B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B71

Black with #446B71

Text Example


Text Example

White with #446B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446B71; }

 p { color: rgb(68,107,113); }

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

background-color css

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

 a { background-color: rgb(68,107,113); }

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

border-color css

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

 span { border-color: rgb(68,107,113); }

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