Html Css Color HEX #4D344D Bossanova

📋 copy color: '#4D344D'

red 77 ◦ green 52 ◦ blue 77

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

Shades of Bossanova #4D344D

Tints of Bossanova #4D344D

RGB

 RED value IS 77 (30.47% from 255) = 37.38%

 GREEN value IS 52 (20.7% from 255) = 25.24%

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 37.38%
G = 25.24%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4D344D (or 0x4D344D) is known color: Bossanova. HEX triplet: 4D, 34 and 4D. RGB value is (77,52,77). Sum of RGB (Red+Green+Blue) = 77+52+77=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D344D is #B2CBB2. Grayscale: #3E3E3E. Windows color (decimal): -11717555 or 5059661. OLE color: 5059661.

HSL color Cylindrical-coordinate representation of color #4D344D: hue angle of 300º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D344D is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 52 77 -
CMYK 0 0.32 0 0.70
HSL 300º 0.19% 0.25% -
HSV(B) 300º 0.32% 0.3% -
XYZ 5.63 4.57 7.61 -
YUV 62.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 77 52 77 0 0.32 0 0.70 300 0.19 0.25
Hex 4D 34 4D 0 20 0 46 12C 13 19
Octal 115 64 115 0 40 0 106 454 23 31
Binary 1001101 110100 1001101 0 100000 0 1000110 100101100 10011 11001

Color Harmonies of #4D344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D344D

Black with #4D344D

Text Example


Text Example

White with #4D344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,77); }

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

background-color css

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

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

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

border-color css

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

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

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