Html Css Color HEX #4C3D4D Bossanova

📋 copy color: '#4C3D4D'

red 76 ◦ green 61 ◦ blue 77

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

Shades of Bossanova #4C3D4D

Tints of Bossanova #4C3D4D

RGB

 RED value IS 76 (30.08% from 255) = 35.51%

 GREEN value IS 61 (24.22% from 255) = 28.5%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 35.51%
G = 28.5%
B = 35.98%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4C3D4D (or 0x4C3D4D) is known color: Bossanova. HEX triplet: 4C, 3D and 4D. RGB value is (76,61,77). Sum of RGB (Red+Green+Blue) = 76+61+77=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C3D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3D4D is #B3C2B2. Grayscale: #434343. Windows color (decimal): -11780787 or 5061964. OLE color: 5061964.

HSL color Cylindrical-coordinate representation of color #4C3D4D: hue angle of 296.25º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C3D4D is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 61 77 -
CMYK 0.01 0.21 0 0.70
HSL 296.25º 0.12% 0.27% -
HSV(B) 296.25º 0.21% 0.3% -
XYZ 5.99 5.41 7.75 -
YUV 67.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 76 61 77 0.01 0.21 0 0.70 296.25 0.12 0.27
Hex 4C 3D 4D 1 15 0 46 128 C 1B
Octal 114 75 115 1 25 0 106 450 14 33
Binary 1001100 111101 1001101 1 10101 0 1000110 100101000 1100 11011

Color Harmonies of #4C3D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3D4D

Black with #4C3D4D

Text Example


Text Example

White with #4C3D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,61,77); }

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

background-color css

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

 a { background-color: rgb(76,61,77); }

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

border-color css

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

 span { border-color: rgb(76,61,77); }

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