Html Css Color HEX #4E3F54 Bossanova

📋 copy color: '#4E3F54'

red 78 ◦ green 63 ◦ blue 84

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

Shades of Bossanova #4E3F54

Tints of Bossanova #4E3F54

RGB

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

 GREEN value IS 63 (25% from 255) = 28%

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

R = 34.67%
G = 28%
B = 37.33%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E3F54 (or 0x4E3F54) is known color: Bossanova. HEX triplet: 4E, 3F and 54. RGB value is (78,63,84). Sum of RGB (Red+Green+Blue) = 78+63+84=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E3F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3F54 is #B1C0AB. Grayscale: #454545. Windows color (decimal): -11649196 or 5521230. OLE color: 5521230.

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

Color convert

RGB 78 63 84 -
CMYK 0.07 0.25 0 0.67
HSL 282.86º 0.14% 0.29% -
HSV(B) 282.86º 0.25% 0.33% -
XYZ 6.52 5.81 9.17 -
YUV 69.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 78 63 84 0.07 0.25 0 0.67 282.86 0.14 0.29
Hex 4E 3F 54 7 19 0 43 11B E 1D
Octal 116 77 124 7 31 0 103 433 16 35
Binary 1001110 111111 1010100 111 11001 0 1000011 100011011 1110 11101

Color Harmonies of #4E3F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3F54

Black with #4E3F54

Text Example


Text Example

White with #4E3F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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