Html Css Color HEX #443246 Bossanova

📋 copy color: '#443246'

red 68 ◦ green 50 ◦ blue 70

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

Shades of Bossanova #443246

Tints of Bossanova #443246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.6%

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 36.17%
G = 26.6%
B = 37.23%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#443246 (or 0x443246) is known color: Bossanova. HEX triplet: 44, 32 and 46. RGB value is (68,50,70). Sum of RGB (Red+Green+Blue) = 68+50+70=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 70 - color contains mainly: blue. Hex color #443246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443246 is #BBCDB9. Grayscale: #393939. Windows color (decimal): -12307898 or 4600388. OLE color: 4600388.

HSL color Cylindrical-coordinate representation of color #443246: hue angle of 294º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #443246 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 50 70 -
CMYK 0.03 0.29 0 0.73
HSL 294º 0.17% 0.24% -
HSV(B) 294º 0.29% 0.27% -
XYZ 4.63 3.95 6.31 -
YUV 57.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 68 50 70 0.03 0.29 0 0.73 294 0.17 0.24
Hex 44 32 46 3 1D 0 49 126 11 18
Octal 104 62 106 3 35 0 111 446 21 30
Binary 1000100 110010 1000110 11 11101 0 1001001 100100110 10001 11000

Color Harmonies of #443246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443246

Black with #443246

Text Example


Text Example

White with #443246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443246; }

 p { color: rgb(68,50,70); }

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

background-color css

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

 a { background-color: rgb(68,50,70); }

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

border-color css

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

 span { border-color: rgb(68,50,70); }

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