Html Css Color HEX #49434B Bossanova

📋 copy color: '#49434B'

red 73 ◦ green 67 ◦ blue 75

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

Shades of Bossanova #49434B

Tints of Bossanova #49434B

RGB

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

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

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

R = 33.95%
G = 31.16%
B = 34.88%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49434B (or 0x49434B) is known color: Bossanova. HEX triplet: 49, 43 and 4B. RGB value is (73,67,75). Sum of RGB (Red+Green+Blue) = 73+67+75=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 75 - color contains mainly: blue. Hex color #49434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49434B is #B6BCB4. Grayscale: #454545. Windows color (decimal): -11975861 or 4932425. OLE color: 4932425.

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

Color convert

RGB 73 67 75 -
CMYK 0.03 0.11 0 0.71
HSL 285º 0.06% 0.28% -
HSV(B) 285º 0.11% 0.29% -
XYZ 6.02 5.94 7.49 -
YUV 69.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 73 67 75 0.03 0.11 0 0.71 285 0.06 0.28
Hex 49 43 4B 3 B 0 47 11D 6 1C
Octal 111 103 113 3 13 0 107 435 6 34
Binary 1001001 1000011 1001011 11 1011 0 1000111 100011101 110 11100

Color Harmonies of #49434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49434B

Black with #49434B

Text Example


Text Example

White with #49434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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