#4B384F

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

Shades of Bossanova #4B384F

Tints of Bossanova #4B384F

Color information

#4B384F (or 0x4B384F) is unknown color: approx Bossanova. HEX triplet: 4B, 38 and 4F. RGB value is (75,56,79). Sum of RGB (Red+Green+Blue) = 75+56+79=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B384F is #B4C7B0. Grayscale: #404040. Windows color (decimal): -11847601 or 5191755. OLE color: 5191755.

HSL color Cylindrical-coordinate representation of color #4B384F: hue angle of 289.57º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B384F is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB755679-
CMYK0.050.2900.69
HSL289.57º17.04%26.47%-
HSV(B)289.57º29.11%30.98%-
XYZ5.734.898.04-
YUV64.3136.29135.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.71%
GREEN value IS 56 (22.27% from 255) = 26.67%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=35.71%
G=26.67%
B=37.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7556790.050.2900.69289.5717.0426.47
Hex4B384F51D045122111a
Octal1137011753501054422132
Binary1001011111000100111110111101010001011001000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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