#48404B

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

Shades of Bossanova #48404B

Tints of Bossanova #48404B

Color information

#48404B (or 0x48404B) is unknown color: approx Bossanova. HEX triplet: 48, 40 and 4B. RGB value is (72,64,75). Sum of RGB (Red+Green+Blue) = 72+64+75=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #48404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48404B is #B7BFB4. Grayscale: #434343. Windows color (decimal): -12042165 or 4931656. OLE color: 4931656.

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

Color convert

RGB726475-
CMYK0.040.1500.71
HSL283.64º7.91%27.25%-
HSV(B)283.64º14.67%29.41%-
XYZ5.785.557.42-
YUV67.65132.15131.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=34.12%
G=30.33%
B=35.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7264750.040.1500.71283.647.9127.25
Hex48404B4F04711c81b
Octal11010011341701074341033
Binary100100010000001001011100111101000111100011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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