#48424B

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

Shades of Bossanova #48424B

Tints of Bossanova #48424B

Color information

#48424B (or 0x48424B) is unknown color: approx Bossanova. HEX triplet: 48, 42 and 4B. RGB value is (72,66,75). Sum of RGB (Red+Green+Blue) = 72+66+75=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #48424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48424B is #B7BDB4. Grayscale: #444444. Windows color (decimal): -12041653 or 4932168. OLE color: 4932168.

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

Color convert

RGB726675-
CMYK0.040.1200.71
HSL280º6.38%27.65%-
HSV(B)280º12%29.41%-
XYZ5.895.787.46-
YUV68.82131.49130.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=33.80%
G=30.99%
B=35.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7266750.040.1200.712806.3827.65
Hex48424B4C04711861c
Octal1101021134140107430634
Binary10010001000010100101110011000100011110001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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