#483F4B

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

Shades of Bossanova #483F4B

Tints of Bossanova #483F4B

Color information

#483F4B (or 0x483F4B) is unknown color: approx Bossanova. HEX triplet: 48, 3F and 4B. RGB value is (72,63,75). Sum of RGB (Red+Green+Blue) = 72+63+75=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 75 - color contains mainly: blue. Hex color #483F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F4B is #B7C0B4. Grayscale: #434343. Windows color (decimal): -12042421 or 4931400. OLE color: 4931400.

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

Color convert

RGB726375-
CMYK0.040.1600.71
HSL285º8.7%27.06%-
HSV(B)285º16%29.41%-
XYZ5.725.447.41-
YUV67.06132.48131.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=34.29%
G=30%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7263750.040.1600.712858.727.06
Hex483F4B41004711d91b
Octal1107711342001074351133
Binary100100011111110010111001000001000111100011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483F4B; }

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

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

<style>
 a { background-color: #483F4B; }

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

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

<style>
 span { border-color: #483F4B; }

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

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