Html Css Color HEX #4C4550 Bossanova

📋 copy color: '#4C4550'

red 76 ◦ green 69 ◦ blue 80

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

Shades of Bossanova #4C4550

Tints of Bossanova #4C4550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 33.78%
G = 30.67%
B = 35.56%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C4550 (or 0x4C4550) is known color: Bossanova. HEX triplet: 4C, 45 and 50. RGB value is (76,69,80). Sum of RGB (Red+Green+Blue) = 76+69+80=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4550 is #B3BAAF. Grayscale: #484848. Windows color (decimal): -11778736 or 5260620. OLE color: 5260620.

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

Color convert

RGB 76 69 80 -
CMYK 0.05 0.14 0 0.69
HSL 278.18º 0.07% 0.29% -
HSV(B) 278.18º 0.14% 0.31% -
XYZ 6.56 6.37 8.47 -
YUV 72.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 76 69 80 0.05 0.14 0 0.69 278.18 0.07 0.29
Hex 4C 45 50 5 E 0 45 116 7 1D
Octal 114 105 120 5 16 0 105 426 7 35
Binary 1001100 1000101 1010000 101 1110 0 1000101 100010110 111 11101

Color Harmonies of #4C4550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4550

Black with #4C4550

Text Example


Text Example

White with #4C4550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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