#4A444D

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

Shades of Bossanova #4A444D

Tints of Bossanova #4A444D

Color information

#4A444D (or 0x4A444D) is unknown color: approx Bossanova. HEX triplet: 4A, 44 and 4D. RGB value is (74,68,77). Sum of RGB (Red+Green+Blue) = 74+68+77=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A444D is #B5BBB2. Grayscale: #464646. Windows color (decimal): -11910067 or 5063754. OLE color: 5063754.

HSL color Cylindrical-coordinate representation of color #4A444D: hue angle of 280º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A444D is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB746877-
CMYK0.040.1200.70
HSL280º6.21%28.43%-
HSV(B)280º11.69%30.2%-
XYZ6.236.137.88-
YUV70.82131.49130.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.79%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=33.79%
G=31.05%
B=35.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7468770.040.1200.702806.2128.43
Hex4A444D4C04611861c
Octal1121041154140106430634
Binary10010101000100100110110011000100011010001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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