Html Css Color HEX #48384D Bossanova

📋 copy color: '#48384D'

red 72 ◦ green 56 ◦ blue 77

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

Shades of Bossanova #48384D

Tints of Bossanova #48384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

 BLUE value IS 77 (30.47% from 255) = 37.56%

R = 35.12%
G = 27.32%
B = 37.56%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48384D (or 0x48384D) is known color: Bossanova. HEX triplet: 48, 38 and 4D. RGB value is (72,56,77). Sum of RGB (Red+Green+Blue) = 72+56+77=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #48384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48384D is #B7C7B2. Grayscale: #3F3F3F. Windows color (decimal): -12044211 or 5060680. OLE color: 5060680.

HSL color Cylindrical-coordinate representation of color #48384D: hue angle of 285.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48384D is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 56 77 -
CMYK 0.06 0.27 0 0.70
HSL 285.71º 0.16% 0.26% -
HSV(B) 285.71º 0.27% 0.3% -
XYZ 5.43 4.74 7.65 -
YUV 63.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 72 56 77 0.06 0.27 0 0.70 285.71 0.16 0.26
Hex 48 38 4D 6 1B 0 46 11E 10 1A
Octal 110 70 115 6 33 0 106 436 20 32
Binary 1001000 111000 1001101 110 11011 0 1000110 100011110 10000 11010

Color Harmonies of #48384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48384D

Black with #48384D

Text Example


Text Example

White with #48384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48384D; }

 p { color: rgb(72,56,77); }

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

background-color css

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

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

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

border-color css

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

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

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