Html Css Color HEX #484349 Bossanova

📋 copy color: '#484349'

red 72 ◦ green 67 ◦ blue 73

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

Shades of Bossanova #484349

Tints of Bossanova #484349

RGB

 RED value IS 72 (28.52% from 255) = 33.96%

 GREEN value IS 67 (26.56% from 255) = 31.6%

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

R = 33.96%
G = 31.6%
B = 34.43%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#484349 (or 0x484349) is known color: Bossanova. HEX triplet: 48, 43 and 49. RGB value is (72,67,73). Sum of RGB (Red+Green+Blue) = 72+67+73=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 73 - color contains mainly: blue. Hex color #484349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484349 is #B7BCB6. Grayscale: #454545. Windows color (decimal): -12041399 or 4801352. OLE color: 4801352.

HSL color Cylindrical-coordinate representation of color #484349: hue angle of 290º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #484349 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 67 73 -
CMYK 0.01 0.08 0 0.71
HSL 290º 0.04% 0.27% -
HSV(B) 290º 0.08% 0.29% -
XYZ 5.88 5.87 7.13 -
YUV 69.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 72 67 73 0.01 0.08 0 0.71 290 0.04 0.27
Hex 48 43 49 1 8 0 47 122 4 1B
Octal 110 103 111 1 10 0 107 442 4 33
Binary 1001000 1000011 1001001 1 1000 0 1000111 100100010 100 11011

Color Harmonies of #484349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484349

Black with #484349

Text Example


Text Example

White with #484349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484349; }

 p { color: rgb(72,67,73); }

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

background-color css

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

 a { background-color: rgb(72,67,73); }

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

border-color css

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

 span { border-color: rgb(72,67,73); }

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