Html Css Color HEX #4D384E Bossanova

📋 copy color: '#4D384E'

red 77 ◦ green 56 ◦ blue 78

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

Shades of Bossanova #4D384E

Tints of Bossanova #4D384E

RGB

 RED value IS 77 (30.47% from 255) = 36.49%

 GREEN value IS 56 (22.27% from 255) = 26.54%

 BLUE value IS 78 (30.86% from 255) = 36.97%

R = 36.49%
G = 26.54%
B = 36.97%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D384E (or 0x4D384E) is known color: Bossanova. HEX triplet: 4D, 38 and 4E. RGB value is (77,56,78). Sum of RGB (Red+Green+Blue) = 77+56+78=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 78 - color contains mainly: blue. Hex color #4D384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D384E is #B2C7B1. Grayscale: #404040. Windows color (decimal): -11716530 or 5126221. OLE color: 5126221.

HSL color Cylindrical-coordinate representation of color #4D384E: hue angle of 297.27º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D384E is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 56 78 -
CMYK 0.01 0.28 0 0.69
HSL 297.27º 0.16% 0.26% -
HSV(B) 297.27º 0.28% 0.31% -
XYZ 5.85 4.96 7.86 -
YUV 64.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 77 56 78 0.01 0.28 0 0.69 297.27 0.16 0.26
Hex 4D 38 4E 1 1C 0 45 129 10 1A
Octal 115 70 116 1 34 0 105 451 20 32
Binary 1001101 111000 1001110 1 11100 0 1000101 100101001 10000 11010

Color Harmonies of #4D384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D384E

Black with #4D384E

Text Example


Text Example

White with #4D384E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,56,78); }

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

background-color css

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

 a { background-color: rgb(77,56,78); }

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

border-color css

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

 span { border-color: rgb(77,56,78); }

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