Html Css Color HEX #443448 Bossanova

📋 copy color: '#443448'

red 68 ◦ green 52 ◦ blue 72

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

Shades of Bossanova #443448

Tints of Bossanova #443448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.5%

R = 35.42%
G = 27.08%
B = 37.5%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#443448 (or 0x443448) is known color: Bossanova. HEX triplet: 44, 34 and 48. RGB value is (68,52,72). Sum of RGB (Red+Green+Blue) = 68+52+72=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #443448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443448 is #BBCBB7. Grayscale: #3B3B3B. Windows color (decimal): -12307384 or 4731972. OLE color: 4731972.

HSL color Cylindrical-coordinate representation of color #443448: hue angle of 288º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #443448 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 52 72 -
CMYK 0.06 0.28 0 0.72
HSL 288º 0.16% 0.24% -
HSV(B) 288º 0.28% 0.28% -
XYZ 4.78 4.15 6.68 -
YUV 59.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 68 52 72 0.06 0.28 0 0.72 288 0.16 0.24
Hex 44 34 48 6 1C 0 48 120 10 18
Octal 104 64 110 6 34 0 110 440 20 30
Binary 1000100 110100 1001000 110 11100 0 1001000 100100000 10000 11000

Color Harmonies of #443448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443448

Black with #443448

Text Example


Text Example

White with #443448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443448; }

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

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

background-color css

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

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

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

border-color css

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

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

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