#4B384D

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

Shades of Bossanova #4B384D

Tints of Bossanova #4B384D

Color information

#4B384D (or 0x4B384D) is unknown color: approx Bossanova. HEX triplet: 4B, 38 and 4D. RGB value is (75,56,77). Sum of RGB (Red+Green+Blue) = 75+56+77=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B384D is #B4C7B2. Grayscale: #404040. Windows color (decimal): -11847603 or 5060683. OLE color: 5060683.

HSL color Cylindrical-coordinate representation of color #4B384D: hue angle of 294.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B384D is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB755677-
CMYK0.030.2700.70
HSL294.29º15.79%26.08%-
HSV(B)294.29º27.27%30.2%-
XYZ5.664.867.66-
YUV64.08135.29135.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.06%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=36.06%
G=26.92%
B=37.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7556770.030.2700.70294.2915.7926.08
Hex4B384D31B046126101a
Octal1137011533301064462032
Binary100101111100010011011111011010001101001001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B384D; }

 p { color: rgb(75,56,77); }

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

<style>
 a { background-color: #4B384D; }

 a { background-color: rgb(75,56,77); }

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

<style>
 span { border-color: #4B384D; }

 span { border-color: rgb(75,56,77); }

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