Html Css Color HEX #4E4254 Bossanova

📋 copy color: '#4E4254'

red 78 ◦ green 66 ◦ blue 84

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

Shades of Bossanova #4E4254

Tints of Bossanova #4E4254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.95%

 BLUE value IS 84 (33.2% from 255) = 36.84%

R = 34.21%
G = 28.95%
B = 36.84%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E4254 (or 0x4E4254) is known color: Bossanova. HEX triplet: 4E, 42 and 54. RGB value is (78,66,84). Sum of RGB (Red+Green+Blue) = 78+66+84=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E4254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4254 is #B1BDAB. Grayscale: #474747. Windows color (decimal): -11648428 or 5521998. OLE color: 5521998.

HSL color Cylindrical-coordinate representation of color #4E4254: hue angle of 280º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E4254 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 66 84 -
CMYK 0.07 0.21 0 0.67
HSL 280º 0.12% 0.29% -
HSV(B) 280º 0.21% 0.33% -
XYZ 6.69 6.16 9.22 -
YUV 71.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 78 66 84 0.07 0.21 0 0.67 280 0.12 0.29
Hex 4E 42 54 7 15 0 43 118 C 1D
Octal 116 102 124 7 25 0 103 430 14 35
Binary 1001110 1000010 1010100 111 10101 0 1000011 100011000 1100 11101

Color Harmonies of #4E4254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4254

Black with #4E4254

Text Example


Text Example

White with #4E4254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,66,84); }

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

background-color css

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

 a { background-color: rgb(78,66,84); }

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

border-color css

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

 span { border-color: rgb(78,66,84); }

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