Html Css Color HEX #4D3853 Bossanova

📋 copy color: '#4D3853'

red 77 ◦ green 56 ◦ blue 83

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

Shades of Bossanova #4D3853

Tints of Bossanova #4D3853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.43%

R = 35.65%
G = 25.93%
B = 38.43%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D3853 (or 0x4D3853) is known color: Bossanova. HEX triplet: 4D, 38 and 53. RGB value is (77,56,83). Sum of RGB (Red+Green+Blue) = 77+56+83=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D3853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3853 is #B2C7AC. Grayscale: #414141. Windows color (decimal): -11716525 or 5453901. OLE color: 5453901.

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

Color convert

RGB 77 56 83 -
CMYK 0.07 0.33 0 0.67
HSL 286.67º 0.19% 0.27% -
HSV(B) 286.67º 0.33% 0.33% -
XYZ 6.04 5.03 8.84 -
YUV 65.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 77 56 83 0.07 0.33 0 0.67 286.67 0.19 0.27
Hex 4D 38 53 7 21 0 43 11F 13 1B
Octal 115 70 123 7 41 0 103 437 23 33
Binary 1001101 111000 1010011 111 100001 0 1000011 100011111 10011 11011

Color Harmonies of #4D3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3853

Black with #4D3853

Text Example


Text Example

White with #4D3853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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