Html Css Color HEX #4D434F Bossanova

📋 copy color: '#4D434F'

red 77 ◦ green 67 ◦ blue 79

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

Shades of Bossanova #4D434F

Tints of Bossanova #4D434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.04%

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

R = 34.53%
G = 30.04%
B = 35.43%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D434F (or 0x4D434F) is known color: Bossanova. HEX triplet: 4D, 43 and 4F. RGB value is (77,67,79). Sum of RGB (Red+Green+Blue) = 77+67+79=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D434F is #B2BCB0. Grayscale: #474747. Windows color (decimal): -11713713 or 5194573. OLE color: 5194573.

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

Color convert

RGB 77 67 79 -
CMYK 0.03 0.15 0 0.69
HSL 290º 0.08% 0.29% -
HSV(B) 290º 0.15% 0.31% -
XYZ 6.48 6.16 8.24 -
YUV 71.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 77 67 79 0.03 0.15 0 0.69 290 0.08 0.29
Hex 4D 43 4F 3 F 0 45 122 8 1D
Octal 115 103 117 3 17 0 105 442 10 35
Binary 1001101 1000011 1001111 11 1111 0 1000101 100100010 1000 11101

Color Harmonies of #4D434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D434F

Black with #4D434F

Text Example


Text Example

White with #4D434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,67,79); }

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

background-color css

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

 a { background-color: rgb(77,67,79); }

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

border-color css

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

 span { border-color: rgb(77,67,79); }

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