Html Css Color HEX #4A474A Bossanova

📋 copy color: '#4A474A'

red 74 ◦ green 71 ◦ blue 74

#4A474A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #4A474A

Tints of Bossanova #4A474A

RGB

 RED value IS 74 (29.3% from 255) = 33.79%

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 33.79%
G = 32.42%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#4A474A (or 0x4A474A) is known color: Bossanova. HEX triplet: 4A, 47 and 4A. RGB value is (74,71,74). Sum of RGB (Red+Green+Blue) = 74+71+74=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 74 - color contains mainly: red, blue. Hex color #4A474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A474A is #B5B8B5. Grayscale: #484848. Windows color (decimal): -11909302 or 4867914. OLE color: 4867914.

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

Color convert

RGB 74 71 74 -
CMYK 0 0.04 0 0.71
HSL 300º 0.02% 0.28% -
HSV(B) 300º 0.04% 0.29% -
XYZ 6.31 6.46 7.39 -
YUV 72.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 74 71 74 0 0.04 0 0.71 300 0.02 0.28
Hex 4A 47 4A 0 4 0 47 12C 2 1C
Octal 112 107 112 0 4 0 107 454 2 34
Binary 1001010 1000111 1001010 0 100 0 1000111 100101100 10 11100

Color Harmonies of #4A474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A474A

Black with #4A474A

Text Example


Text Example

White with #4A474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A474A;
 }
 .AnyTagClassName
 {
   color: #4A474A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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