Html Css Color HEX #4D4253 Bossanova

📋 copy color: '#4D4253'

red 77 ◦ green 66 ◦ blue 83

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

Shades of Bossanova #4D4253

Tints of Bossanova #4D4253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 34.07%
G = 29.2%
B = 36.73%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D4253 (or 0x4D4253) is known color: Bossanova. HEX triplet: 4D, 42 and 53. RGB value is (77,66,83). Sum of RGB (Red+Green+Blue) = 77+66+83=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D4253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4253 is #B2BDAC. Grayscale: #474747. Windows color (decimal): -11713965 or 5456461. OLE color: 5456461.

HSL color Cylindrical-coordinate representation of color #4D4253: hue angle of 278.82º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D4253 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 66 83 -
CMYK 0.07 0.20 0 0.67
HSL 278.82º 0.11% 0.29% -
HSV(B) 278.82º 0.2% 0.33% -
XYZ 6.57 6.1 9.01 -
YUV 71.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 77 66 83 0.07 0.20 0 0.67 278.82 0.11 0.29
Hex 4D 42 53 7 14 0 43 117 B 1D
Octal 115 102 123 7 24 0 103 427 13 35
Binary 1001101 1000010 1010011 111 10100 0 1000011 100010111 1011 11101

Color Harmonies of #4D4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4253

Black with #4D4253

Text Example


Text Example

White with #4D4253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,83); }

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

background-color css

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

 a { background-color: rgb(77,66,83); }

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

border-color css

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

 span { border-color: rgb(77,66,83); }

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