Html Css Color HEX #484348 Bossanova

📋 copy color: '#484348'

red 72 ◦ green 67 ◦ blue 72

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

Shades of Bossanova #484348

Tints of Bossanova #484348

RGB

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

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

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

R = 34.12%
G = 31.75%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#484348 (or 0x484348) is known color: Bossanova. HEX triplet: 48, 43 and 48. RGB value is (72,67,72). Sum of RGB (Red+Green+Blue) = 72+67+72=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484348 is #B7BCB7. Grayscale: #454545. Windows color (decimal): -12041400 or 4735816. OLE color: 4735816.

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

Color convert

RGB 72 67 72 -
CMYK 0 0.07 0 0.72
HSL 300º 0.04% 0.27% -
HSV(B) 300º 0.07% 0.28% -
XYZ 5.85 5.86 6.95 -
YUV 69.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 72 67 72 0 0.07 0 0.72 300 0.04 0.27
Hex 48 43 48 0 7 0 48 12C 4 1B
Octal 110 103 110 0 7 0 110 454 4 33
Binary 1001000 1000011 1001000 0 111 0 1001000 100101100 100 11011

Color Harmonies of #484348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484348

Black with #484348

Text Example


Text Example

White with #484348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484348; }

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

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

background-color css

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

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

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

border-color css

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

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

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