Html Css Color HEX #49454B Bossanova

📋 copy color: '#49454B'

red 73 ◦ green 69 ◦ blue 75

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

Shades of Bossanova #49454B

Tints of Bossanova #49454B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

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

R = 33.64%
G = 31.8%
B = 34.56%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49454B (or 0x49454B) is known color: Bossanova. HEX triplet: 49, 45 and 4B. RGB value is (73,69,75). Sum of RGB (Red+Green+Blue) = 73+69+75=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 75 - color contains mainly: blue. Hex color #49454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49454B is #B6BAB4. Grayscale: #464646. Windows color (decimal): -11975349 or 4932937. OLE color: 4932937.

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

Color convert

RGB 73 69 75 -
CMYK 0.03 0.08 0 0.71
HSL 280º 0.04% 0.28% -
HSV(B) 280º 0.08% 0.29% -
XYZ 6.15 6.18 7.53 -
YUV 70.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 73 69 75 0.03 0.08 0 0.71 280 0.04 0.28
Hex 49 45 4B 3 8 0 47 118 4 1C
Octal 111 105 113 3 10 0 107 430 4 34
Binary 1001001 1000101 1001011 11 1000 0 1000111 100011000 100 11100

Color Harmonies of #49454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49454B

Black with #49454B

Text Example


Text Example

White with #49454B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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