Html Css Color HEX #4C3A50 Bossanova

📋 copy color: '#4C3A50'

red 76 ◦ green 58 ◦ blue 80

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

Shades of Bossanova #4C3A50

Tints of Bossanova #4C3A50

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.1%

 BLUE value IS 80 (31.64% from 255) = 37.38%

R = 35.51%
G = 27.1%
B = 37.38%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C3A50 (or 0x4C3A50) is known color: Bossanova. HEX triplet: 4C, 3A and 50. RGB value is (76,58,80). Sum of RGB (Red+Green+Blue) = 76+58+80=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C3A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3A50 is #B3C5AF. Grayscale: #414141. Windows color (decimal): -11781552 or 5257804. OLE color: 5257804.

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

Color convert

RGB 76 58 80 -
CMYK 0.05 0.28 0 0.69
HSL 289.09º 0.16% 0.27% -
HSV(B) 289.09º 0.28% 0.31% -
XYZ 5.94 5.14 8.27 -
YUV 65.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 76 58 80 0.05 0.28 0 0.69 289.09 0.16 0.27
Hex 4C 3A 50 5 1C 0 45 121 10 1B
Octal 114 72 120 5 34 0 105 441 20 33
Binary 1001100 111010 1010000 101 11100 0 1000101 100100001 10000 11011

Color Harmonies of #4C3A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3A50

Black with #4C3A50

Text Example


Text Example

White with #4C3A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,58,80); }

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

background-color css

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

 a { background-color: rgb(76,58,80); }

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

border-color css

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

 span { border-color: rgb(76,58,80); }

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