Html Css Color HEX #446079 Matisse

📋 copy color: '#446079'

red 68 ◦ green 96 ◦ blue 121

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

Shades of Matisse #446079

Tints of Matisse #446079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 121 (47.66% from 255) = 42.46%

R = 23.86%
G = 33.68%
B = 42.46%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#446079 (or 0x446079) is known color: Matisse. HEX triplet: 44, 60 and 79. RGB value is (68,96,121). Sum of RGB (Red+Green+Blue) = 68+96+121=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #446079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446079 is #BB9F86. Grayscale: #5A5A5A. Windows color (decimal): -12296071 or 7954500. OLE color: 7954500.

HSL color Cylindrical-coordinate representation of color #446079: hue angle of 208.3º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #446079 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 96 121 -
CMYK 0.44 0.21 0 0.53
HSL 208.3º 0.28% 0.37% -
HSV(B) 208.3º 0.44% 0.47% -
XYZ 10.02 10.98 19.68 -
YUV 90.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 68 96 121 0.44 0.21 0 0.53 208.3 0.28 0.37
Hex 44 60 79 2C 15 0 35 D0 1C 25
Octal 104 140 171 54 25 0 65 320 34 45
Binary 1000100 1100000 1111001 101100 10101 0 110101 11010000 11100 100101

Color Harmonies of #446079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446079

Black with #446079

Text Example


Text Example

White with #446079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446079; }

 p { color: rgb(68,96,121); }

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

background-color css

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

 a { background-color: rgb(68,96,121); }

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

border-color css

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

 span { border-color: rgb(68,96,121); }

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