Html Css Color HEX #4E3D50 Bossanova

📋 copy color: '#4E3D50'

red 78 ◦ green 61 ◦ blue 80

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

Shades of Bossanova #4E3D50

Tints of Bossanova #4E3D50

RGB

 RED value IS 78 (30.86% from 255) = 35.62%

 GREEN value IS 61 (24.22% from 255) = 27.85%

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 35.62%
G = 27.85%
B = 36.53%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4E3D50 (or 0x4E3D50) is known color: Bossanova. HEX triplet: 4E, 3D and 50. RGB value is (78,61,80). Sum of RGB (Red+Green+Blue) = 78+61+80=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E3D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3D50 is #B1C2AF. Grayscale: #444444. Windows color (decimal): -11649712 or 5258574. OLE color: 5258574.

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

Color convert

RGB 78 61 80 -
CMYK 0.02 0.24 0 0.69
HSL 293.68º 0.13% 0.28% -
HSV(B) 293.68º 0.24% 0.31% -
XYZ 6.26 5.54 8.33 -
YUV 68.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 78 61 80 0.02 0.24 0 0.69 293.68 0.13 0.28
Hex 4E 3D 50 2 18 0 45 126 D 1C
Octal 116 75 120 2 30 0 105 446 15 34
Binary 1001110 111101 1010000 10 11000 0 1000101 100100110 1101 11100

Color Harmonies of #4E3D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3D50

Black with #4E3D50

Text Example


Text Example

White with #4E3D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,61,80); }

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

background-color css

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

 a { background-color: rgb(78,61,80); }

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

border-color css

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

 span { border-color: rgb(78,61,80); }

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