Html Css Color HEX #446A71 Tax Break

📋 copy color: '#446A71'

red 68 ◦ green 106 ◦ blue 113

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

Shades of Tax Break #446A71

Tints of Tax Break #446A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

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

R = 23.69%
G = 36.93%
B = 39.37%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#446A71 (or 0x446A71) is known color: Tax Break. HEX triplet: 44, 6A and 71. RGB value is (68,106,113). Sum of RGB (Red+Green+Blue) = 68+106+113=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #446A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A71 is #BB958E. Grayscale: #5F5F5F. Windows color (decimal): -12293519 or 7432772. OLE color: 7432772.

HSL color Cylindrical-coordinate representation of color #446A71: hue angle of 189.33º 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 #446A71 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 106 113 -
CMYK 0.40 0.06 0 0.56
HSL 189.33º 0.25% 0.35% -
HSV(B) 189.33º 0.4% 0.44% -
XYZ 10.52 12.73 17.53 -
YUV 95.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 68 106 113 0.40 0.06 0 0.56 189.33 0.25 0.35
Hex 44 6A 71 28 6 0 38 BD 19 23
Octal 104 152 161 50 6 0 70 275 31 43
Binary 1000100 1101010 1110001 101000 110 0 111000 10111101 11001 100011

Color Harmonies of #446A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446A71

Black with #446A71

Text Example


Text Example

White with #446A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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