Html Css Color HEX #443449 Bossanova

📋 copy color: '#443449'

red 68 ◦ green 52 ◦ blue 73

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

Shades of Bossanova #443449

Tints of Bossanova #443449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 35.23%
G = 26.94%
B = 37.82%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#443449 (or 0x443449) is known color: Bossanova. HEX triplet: 44, 34 and 49. RGB value is (68,52,73). Sum of RGB (Red+Green+Blue) = 68+52+73=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #443449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443449 is #BBCBB6. Grayscale: #3B3B3B. Windows color (decimal): -12307383 or 4797508. OLE color: 4797508.

HSL color Cylindrical-coordinate representation of color #443449: hue angle of 285.71º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #443449 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 52 73 -
CMYK 0.07 0.29 0 0.71
HSL 285.71º 0.17% 0.25% -
HSV(B) 285.71º 0.29% 0.29% -
XYZ 4.81 4.17 6.85 -
YUV 59.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 68 52 73 0.07 0.29 0 0.71 285.71 0.17 0.25
Hex 44 34 49 7 1D 0 47 11E 11 19
Octal 104 64 111 7 35 0 107 436 21 31
Binary 1000100 110100 1001001 111 11101 0 1000111 100011110 10001 11001

Color Harmonies of #443449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443449

Black with #443449

Text Example


Text Example

White with #443449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443449; }

 p { color: rgb(68,52,73); }

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

background-color css

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

 a { background-color: rgb(68,52,73); }

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

border-color css

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

 span { border-color: rgb(68,52,73); }

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