#483E4B

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

Shades of Bossanova #483E4B

Tints of Bossanova #483E4B

Color information

#483E4B (or 0x483E4B) is unknown color: approx Bossanova. HEX triplet: 48, 3E and 4B. RGB value is (72,62,75). Sum of RGB (Red+Green+Blue) = 72+62+75=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 75 - color contains mainly: blue. Hex color #483E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E4B is #B7C1B4. Grayscale: #424242. Windows color (decimal): -12042677 or 4931144. OLE color: 4931144.

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

Color convert

RGB726275-
CMYK0.040.1700.71
HSL286.15º9.49%26.86%-
HSV(B)286.15º17.33%29.41%-
XYZ5.675.337.39-
YUV66.47132.81131.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=34.45%
G=29.67%
B=35.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7262750.040.1700.71286.159.4926.86
Hex483E4B41104711e91b
Octal1107611342101074361133
Binary100100011111010010111001000101000111100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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