Html Css Color HEX #4A394B Bossanova

📋 copy color: '#4A394B'

red 74 ◦ green 57 ◦ blue 75

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

Shades of Bossanova #4A394B

Tints of Bossanova #4A394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

 BLUE value IS 75 (29.69% from 255) = 36.41%

R = 35.92%
G = 27.67%
B = 36.41%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#4A394B (or 0x4A394B) is known color: Bossanova. HEX triplet: 4A, 39 and 4B. RGB value is (74,57,75). Sum of RGB (Red+Green+Blue) = 74+57+75=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A394B is #B5C6B4. Grayscale: #404040. Windows color (decimal): -11912885 or 4929866. OLE color: 4929866.

HSL color Cylindrical-coordinate representation of color #4A394B: hue angle of 296.67º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A394B is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 57 75 -
CMYK 0.01 0.24 0 0.71
HSL 296.67º 0.14% 0.26% -
HSV(B) 296.67º 0.24% 0.29% -
XYZ 5.56 4.89 7.31 -
YUV 64.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 74 57 75 0.01 0.24 0 0.71 296.67 0.14 0.26
Hex 4A 39 4B 1 18 0 47 129 E 1A
Octal 112 71 113 1 30 0 107 451 16 32
Binary 1001010 111001 1001011 1 11000 0 1000111 100101001 1110 11010

Color Harmonies of #4A394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A394B

Black with #4A394B

Text Example


Text Example

White with #4A394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,57,75); }

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

background-color css

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

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

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

border-color css

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

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

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