Html Css Color HEX #49424B Bossanova

📋 copy color: '#49424B'

red 73 ◦ green 66 ◦ blue 75

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

Shades of Bossanova #49424B

Tints of Bossanova #49424B

RGB

 RED value IS 73 (28.91% from 255) = 34.11%

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

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 34.11%
G = 30.84%
B = 35.05%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49424B (or 0x49424B) is known color: Bossanova. HEX triplet: 49, 42 and 4B. RGB value is (73,66,75). Sum of RGB (Red+Green+Blue) = 73+66+75=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 75 - color contains mainly: blue. Hex color #49424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49424B is #B6BDB4. Grayscale: #454545. Windows color (decimal): -11976117 or 4932169. OLE color: 4932169.

HSL color Cylindrical-coordinate representation of color #49424B: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #49424B is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 75 -
CMYK 0.03 0.12 0 0.71
HSL 286.67º 0.06% 0.28% -
HSV(B) 286.67º 0.12% 0.29% -
XYZ 5.97 5.82 7.47 -
YUV 69.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 73 66 75 0.03 0.12 0 0.71 286.67 0.06 0.28
Hex 49 42 4B 3 C 0 47 11F 6 1C
Octal 111 102 113 3 14 0 107 437 6 34
Binary 1001001 1000010 1001011 11 1100 0 1000111 100011111 110 11100

Color Harmonies of #49424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49424B

Black with #49424B

Text Example


Text Example

White with #49424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49424B; }

 p { color: rgb(73,66,75); }

 H1.HeaderClassName
 {
   color: #49424B;
 }
 .AnyTagClassName
 {
   color: #49424B;
 }
</style>

background-color css

<style>
 a { background-color: #49424B; }

 a { background-color: rgb(73,66,75); }

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

border-color css

<style>
 span { border-color: #49424B; }

 span { border-color: rgb(73,66,75); }

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