Html Css Color HEX #4D3852 Bossanova

📋 copy color: '#4D3852'

red 77 ◦ green 56 ◦ blue 82

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

Shades of Bossanova #4D3852

Tints of Bossanova #4D3852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.14%

R = 35.81%
G = 26.05%
B = 38.14%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4D3852 (or 0x4D3852) is known color: Bossanova. HEX triplet: 4D, 38 and 52. RGB value is (77,56,82). Sum of RGB (Red+Green+Blue) = 77+56+82=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D3852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3852 is #B2C7AD. Grayscale: #414141. Windows color (decimal): -11716526 or 5388365. OLE color: 5388365.

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

Color convert

RGB 77 56 82 -
CMYK 0.06 0.32 0 0.68
HSL 288.46º 0.19% 0.27% -
HSV(B) 288.46º 0.32% 0.32% -
XYZ 6 5.02 8.63 -
YUV 65.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 77 56 82 0.06 0.32 0 0.68 288.46 0.19 0.27
Hex 4D 38 52 6 20 0 44 120 13 1B
Octal 115 70 122 6 40 0 104 440 23 33
Binary 1001101 111000 1010010 110 100000 0 1000100 100100000 10011 11011

Color Harmonies of #4D3852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3852

Black with #4D3852

Text Example


Text Example

White with #4D3852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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