#4A454A

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

Shades of Bossanova #4A454A

Tints of Bossanova #4A454A

Color information

#4A454A (or 0x4A454A) is unknown color: approx Bossanova. HEX triplet: 4A, 45 and 4A. RGB value is (74,69,74). Sum of RGB (Red+Green+Blue) = 74+69+74=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 74 - color contains mainly: red, blue. Hex color #4A454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A454A is #B5BAB5. Grayscale: #474747. Windows color (decimal): -11909814 or 4867402. OLE color: 4867402.

HSL color Cylindrical-coordinate representation of color #4A454A: hue angle of 300º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4A454A is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB746974-
CMYK00.0700.71
HSL300º3.5%28.04%-
HSV(B)300º6.76%29.02%-
XYZ6.196.217.35-
YUV71.06129.66130.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.10%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=34.10%
G=31.80%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74697400.0700.713003.528.04
Hex4A454A0704712c31c
Octal112105112070107454334
Binary1001010100010110010100111010001111001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,69,74); }

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

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

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

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

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

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

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