Html Css Color HEX #4C394F Bossanova

📋 copy color: '#4C394F'

red 76 ◦ green 57 ◦ blue 79

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

Shades of Bossanova #4C394F

Tints of Bossanova #4C394F

RGB

 RED value IS 76 (30.08% from 255) = 35.85%

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

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 35.85%
G = 26.89%
B = 37.26%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C394F (or 0x4C394F) is known color: Bossanova. HEX triplet: 4C, 39 and 4F. RGB value is (76,57,79). Sum of RGB (Red+Green+Blue) = 76+57+79=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C394F is #B3C6B0. Grayscale: #414141. Windows color (decimal): -11781809 or 5192012. OLE color: 5192012.

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

Color convert

RGB 76 57 79 -
CMYK 0.04 0.28 0 0.69
HSL 291.82º 0.16% 0.27% -
HSV(B) 291.82º 0.28% 0.31% -
XYZ 5.85 5.03 8.06 -
YUV 65.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 76 57 79 0.04 0.28 0 0.69 291.82 0.16 0.27
Hex 4C 39 4F 4 1C 0 45 124 10 1B
Octal 114 71 117 4 34 0 105 444 20 33
Binary 1001100 111001 1001111 100 11100 0 1000101 100100100 10000 11011

Color Harmonies of #4C394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C394F

Black with #4C394F

Text Example


Text Example

White with #4C394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,57,79); }

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

background-color css

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

 a { background-color: rgb(76,57,79); }

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

border-color css

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

 span { border-color: rgb(76,57,79); }

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