#4A384D

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

Shades of Bossanova #4A384D

Tints of Bossanova #4A384D

Color information

#4A384D (or 0x4A384D) is unknown color: approx Bossanova. HEX triplet: 4A, 38 and 4D. RGB value is (74,56,77). Sum of RGB (Red+Green+Blue) = 74+56+77=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A384D is #B5C7B2. Grayscale: #3F3F3F. Windows color (decimal): -11913139 or 5060682. OLE color: 5060682.

HSL color Cylindrical-coordinate representation of color #4A384D: hue angle of 291.43º 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 #4A384D is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB745677-
CMYK0.040.2700.70
HSL291.43º15.79%26.08%-
HSV(B)291.43º27.27%30.2%-
XYZ5.584.827.66-
YUV63.78135.46135.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=35.75%
G=27.05%
B=37.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7456770.040.2700.70291.4315.7926.08
Hex4A384D41B046123101a
Octal1127011543301064432032
Binary1001010111000100110110011011010001101001000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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