Html Css Color HEX #48364D Bossanova

📋 copy color: '#48364D'

red 72 ◦ green 54 ◦ blue 77

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

Shades of Bossanova #48364D

Tints of Bossanova #48364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

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

R = 35.47%
G = 26.6%
B = 37.93%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48364D (or 0x48364D) is known color: Bossanova. HEX triplet: 48, 36 and 4D. RGB value is (72,54,77). Sum of RGB (Red+Green+Blue) = 72+54+77=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #48364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48364D is #B7C9B2. Grayscale: #3D3D3D. Windows color (decimal): -12044723 or 5060168. OLE color: 5060168.

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

Color convert

RGB 72 54 77 -
CMYK 0.06 0.30 0 0.70
HSL 286.96º 0.18% 0.26% -
HSV(B) 286.96º 0.3% 0.3% -
XYZ 5.33 4.55 7.62 -
YUV 62 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 72 54 77 0.06 0.30 0 0.70 286.96 0.18 0.26
Hex 48 36 4D 6 1E 0 46 11F 12 1A
Octal 110 66 115 6 36 0 106 437 22 32
Binary 1001000 110110 1001101 110 11110 0 1000110 100011111 10010 11010

Color Harmonies of #48364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48364D

Black with #48364D

Text Example


Text Example

White with #48364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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