Html Css Color HEX #4E4054 Bossanova

📋 copy color: '#4E4054'

red 78 ◦ green 64 ◦ blue 84

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

Shades of Bossanova #4E4054

Tints of Bossanova #4E4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

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

R = 34.51%
G = 28.32%
B = 37.17%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E4054 (or 0x4E4054) is known color: Bossanova. HEX triplet: 4E, 40 and 54. RGB value is (78,64,84). Sum of RGB (Red+Green+Blue) = 78+64+84=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E4054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4054 is #B1BFAB. Grayscale: #464646. Windows color (decimal): -11648940 or 5521486. OLE color: 5521486.

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

Color convert

RGB 78 64 84 -
CMYK 0.07 0.24 0 0.67
HSL 282º 0.14% 0.29% -
HSV(B) 282º 0.24% 0.33% -
XYZ 6.58 5.93 9.18 -
YUV 70.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 78 64 84 0.07 0.24 0 0.67 282 0.14 0.29
Hex 4E 40 54 7 18 0 43 11A E 1D
Octal 116 100 124 7 30 0 103 432 16 35
Binary 1001110 1000000 1010100 111 11000 0 1000011 100011010 1110 11101

Color Harmonies of #4E4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4054

Black with #4E4054

Text Example


Text Example

White with #4E4054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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