#48334B

Color #48334B Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #48334B

Tints of Bossanova #48334B

Color information

#48334B (or 0x48334B) is unknown color: approx Bossanova. HEX triplet: 48, 33 and 4B. RGB value is (72,51,75). Sum of RGB (Red+Green+Blue) = 72+51+75=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #48334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48334B is #B7CCB4. Grayscale: #3B3B3B. Windows color (decimal): -12045493 or 4928328. OLE color: 4928328.

HSL color Cylindrical-coordinate representation of color #48334B: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #48334B is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB725175-
CMYK0.040.3200.71
HSL292.5º19.05%24.71%-
HSV(B)292.5º32%29.41%-
XYZ5.134.257.21-
YUV60.02136.46136.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=36.36%
G=25.76%
B=37.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7251750.040.3200.71292.519.0524.71
Hex48334B4200471241319
Octal1106311344001074442331
Binary10010001100111001011100100000010001111001001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48334B; }

 p { color: rgb(72,51,75); }

 H1.HeaderClassName
 {
   color: #48334B;
 }
 .AnyTagClassName
 {
   color: #48334B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #48334B;
 }
 .BgClassName
 {
   background-color: #48334B;
 }
</style>
border-color css

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

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

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