Html Css Color HEX #443248 Bossanova

📋 copy color: '#443248'

red 68 ◦ green 50 ◦ blue 72

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

Shades of Bossanova #443248

Tints of Bossanova #443248

RGB

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

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

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

R = 35.79%
G = 26.32%
B = 37.89%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#443248 (or 0x443248) is known color: Bossanova. HEX triplet: 44, 32 and 48. RGB value is (68,50,72). Sum of RGB (Red+Green+Blue) = 68+50+72=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #443248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443248 is #BBCDB7. Grayscale: #393939. Windows color (decimal): -12307896 or 4731460. OLE color: 4731460.

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

Color convert

RGB 68 50 72 -
CMYK 0.06 0.31 0 0.72
HSL 289.09º 0.18% 0.24% -
HSV(B) 289.09º 0.31% 0.28% -
XYZ 4.69 3.98 6.65 -
YUV 57.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 68 50 72 0.06 0.31 0 0.72 289.09 0.18 0.24
Hex 44 32 48 6 1F 0 48 121 12 18
Octal 104 62 110 6 37 0 110 441 22 30
Binary 1000100 110010 1001000 110 11111 0 1001000 100100001 10010 11000

Color Harmonies of #443248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443248

Black with #443248

Text Example


Text Example

White with #443248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443248; }

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

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

background-color css

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

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

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

border-color css

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

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

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