Html Css Color HEX #49414B Bossanova

📋 copy color: '#49414B'

red 73 ◦ green 65 ◦ blue 75

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

Shades of Bossanova #49414B

Tints of Bossanova #49414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

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

R = 34.27%
G = 30.52%
B = 35.21%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49414B (or 0x49414B) is known color: Bossanova. HEX triplet: 49, 41 and 4B. RGB value is (73,65,75). Sum of RGB (Red+Green+Blue) = 73+65+75=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #49414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49414B is #B6BEB4. Grayscale: #444444. Windows color (decimal): -11976373 or 4931913. OLE color: 4931913.

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

Color convert

RGB 73 65 75 -
CMYK 0.03 0.13 0 0.71
HSL 288º 0.07% 0.27% -
HSV(B) 288º 0.13% 0.29% -
XYZ 5.91 5.71 7.45 -
YUV 68.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 73 65 75 0.03 0.13 0 0.71 288 0.07 0.27
Hex 49 41 4B 3 D 0 47 120 7 1B
Octal 111 101 113 3 15 0 107 440 7 33
Binary 1001001 1000001 1001011 11 1101 0 1000111 100100000 111 11011

Color Harmonies of #49414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49414B

Black with #49414B

Text Example


Text Example

White with #49414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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