Html Css Color HEX #4E4851 Bossanova

📋 copy color: '#4E4851'

red 78 ◦ green 72 ◦ blue 81

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

Shades of Bossanova #4E4851

Tints of Bossanova #4E4851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 33.77%
G = 31.17%
B = 35.06%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4E4851 (or 0x4E4851) is known color: Bossanova. HEX triplet: 4E, 48 and 51. RGB value is (78,72,81). Sum of RGB (Red+Green+Blue) = 78+72+81=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E4851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4851 is #B1B7AE. Grayscale: #4A4A4A. Windows color (decimal): -11646895 or 5326926. OLE color: 5326926.

HSL color Cylindrical-coordinate representation of color #4E4851: hue angle of 280º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4E4851 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 78 72 81 -
CMYK 0.04 0.11 0 0.68
HSL 280º 0.06% 0.3% -
HSV(B) 280º 0.11% 0.32% -
XYZ 6.94 6.85 8.74 -
YUV 74.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 78 72 81 0.04 0.11 0 0.68 280 0.06 0.3
Hex 4E 48 51 4 B 0 44 118 6 1E
Octal 116 110 121 4 13 0 104 430 6 36
Binary 1001110 1001000 1010001 100 1011 0 1000100 100011000 110 11110

Color Harmonies of #4E4851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4851

Black with #4E4851

Text Example


Text Example

White with #4E4851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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