Html Css Color HEX #4E4850 Bossanova

📋 copy color: '#4E4850'

red 78 ◦ green 72 ◦ blue 80

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

Shades of Bossanova #4E4850

Tints of Bossanova #4E4850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

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

R = 33.91%
G = 31.3%
B = 34.78%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4E4850 (or 0x4E4850) is known color: Bossanova. HEX triplet: 4E, 48 and 50. RGB value is (78,72,80). Sum of RGB (Red+Green+Blue) = 78+72+80=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E4850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4850 is #B1B7AF. Grayscale: #4A4A4A. Windows color (decimal): -11646896 or 5261390. OLE color: 5261390.

HSL color Cylindrical-coordinate representation of color #4E4850: hue angle of 285º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4E4850 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 72 80 -
CMYK 0.02 0.10 0 0.69
HSL 285º 0.05% 0.3% -
HSV(B) 285º 0.1% 0.31% -
XYZ 6.91 6.83 8.54 -
YUV 74.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 78 72 80 0.02 0.10 0 0.69 285 0.05 0.3
Hex 4E 48 50 2 A 0 45 11D 5 1E
Octal 116 110 120 2 12 0 105 435 5 36
Binary 1001110 1001000 1010000 10 1010 0 1000101 100011101 101 11110

Color Harmonies of #4E4850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4850

Black with #4E4850

Text Example


Text Example

White with #4E4850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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