Html Css Color HEX #4D4452 Bossanova

📋 copy color: '#4D4452'

red 77 ◦ green 68 ◦ blue 82

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

Shades of Bossanova #4D4452

Tints of Bossanova #4D4452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 33.92%
G = 29.96%
B = 36.12%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4D4452 (or 0x4D4452) is known color: Bossanova. HEX triplet: 4D, 44 and 52. RGB value is (77,68,82). Sum of RGB (Red+Green+Blue) = 77+68+82=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D4452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4452 is #B2BBAD. Grayscale: #484848. Windows color (decimal): -11713454 or 5391437. OLE color: 5391437.

HSL color Cylindrical-coordinate representation of color #4D4452: hue angle of 278.57º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D4452 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 77 68 82 -
CMYK 0.06 0.17 0 0.68
HSL 278.57º 0.09% 0.29% -
HSV(B) 278.57º 0.17% 0.32% -
XYZ 6.65 6.32 8.85 -
YUV 72.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 77 68 82 0.06 0.17 0 0.68 278.57 0.09 0.29
Hex 4D 44 52 6 11 0 44 117 9 1D
Octal 115 104 122 6 21 0 104 427 11 35
Binary 1001101 1000100 1010010 110 10001 0 1000100 100010111 1001 11101

Color Harmonies of #4D4452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4452

Black with #4D4452

Text Example


Text Example

White with #4D4452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,68,82); }

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

background-color css

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

 a { background-color: rgb(77,68,82); }

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

border-color css

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

 span { border-color: rgb(77,68,82); }

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