Html Css Color HEX #48364E Bossanova

📋 copy color: '#48364E'

red 72 ◦ green 54 ◦ blue 78

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

Shades of Bossanova #48364E

Tints of Bossanova #48364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.24%

R = 35.29%
G = 26.47%
B = 38.24%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48364E (or 0x48364E) is known color: Bossanova. HEX triplet: 48, 36 and 4E. RGB value is (72,54,78). Sum of RGB (Red+Green+Blue) = 72+54+78=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 78 - color contains mainly: blue. Hex color #48364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48364E is #B7C9B1. Grayscale: #3E3E3E. Windows color (decimal): -12044722 or 5125704. OLE color: 5125704.

HSL color Cylindrical-coordinate representation of color #48364E: hue angle of 285º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48364E is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 54 78 -
CMYK 0.08 0.31 0 0.69
HSL 285º 0.18% 0.26% -
HSV(B) 285º 0.31% 0.31% -
XYZ 5.37 4.57 7.81 -
YUV 62.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 72 54 78 0.08 0.31 0 0.69 285 0.18 0.26
Hex 48 36 4E 8 1F 0 45 11D 12 1A
Octal 110 66 116 10 37 0 105 435 22 32
Binary 1001000 110110 1001110 1000 11111 0 1000101 100011101 10010 11010

Color Harmonies of #48364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48364E

Black with #48364E

Text Example


Text Example

White with #48364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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