#4A3D4E

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

Shades of Bossanova #4A3D4E

Tints of Bossanova #4A3D4E

Color information

#4A3D4E (or 0x4A3D4E) is unknown color: approx Bossanova. HEX triplet: 4A, 3D and 4E. RGB value is (74,61,78). Sum of RGB (Red+Green+Blue) = 74+61+78=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A3D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3D4E is #B5C2B1. Grayscale: #424242. Windows color (decimal): -11911858 or 5127498. OLE color: 5127498.

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

Color convert

RGB746178-
CMYK0.050.2200.69
HSL285.88º12.23%27.25%-
HSV(B)285.88º21.79%30.59%-
XYZ5.875.347.93-
YUV66.82134.31133.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.74%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=34.74%
G=28.64%
B=36.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7461780.050.2200.69285.8812.2327.25
Hex4A3D4E51604511ec1b
Octal1127511652601054361433
Binary100101011110110011101011011001000101100011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,61,78); }

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

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

 a { background-color: rgb(74,61,78); }

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

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

 span { border-color: rgb(74,61,78); }

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