Html Css Color HEX #4C3D4F Bossanova

📋 copy color: '#4C3D4F'

red 76 ◦ green 61 ◦ blue 79

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

Shades of Bossanova #4C3D4F

Tints of Bossanova #4C3D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.57%

R = 35.19%
G = 28.24%
B = 36.57%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C3D4F (or 0x4C3D4F) is known color: Bossanova. HEX triplet: 4C, 3D and 4F. RGB value is (76,61,79). Sum of RGB (Red+Green+Blue) = 76+61+79=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C3D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3D4F is #B3C2B0. Grayscale: #434343. Windows color (decimal): -11780785 or 5193036. OLE color: 5193036.

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

Color convert

RGB 76 61 79 -
CMYK 0.04 0.23 0 0.69
HSL 290º 0.13% 0.27% -
HSV(B) 290º 0.23% 0.31% -
XYZ 6.06 5.44 8.13 -
YUV 67.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 76 61 79 0.04 0.23 0 0.69 290 0.13 0.27
Hex 4C 3D 4F 4 17 0 45 122 D 1B
Octal 114 75 117 4 27 0 105 442 15 33
Binary 1001100 111101 1001111 100 10111 0 1000101 100100010 1101 11011

Color Harmonies of #4C3D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3D4F

Black with #4C3D4F

Text Example


Text Example

White with #4C3D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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