Html Css Color HEX #493E4B Bossanova

📋 copy color: '#493E4B'

red 73 ◦ green 62 ◦ blue 75

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

Shades of Bossanova #493E4B

Tints of Bossanova #493E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.52%

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

R = 34.76%
G = 29.52%
B = 35.71%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#493E4B (or 0x493E4B) is known color: Bossanova. HEX triplet: 49, 3E and 4B. RGB value is (73,62,75). Sum of RGB (Red+Green+Blue) = 73+62+75=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 75 - color contains mainly: blue. Hex color #493E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E4B is #B6C1B4. Grayscale: #424242. Windows color (decimal): -11977141 or 4931145. OLE color: 4931145.

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

Color convert

RGB 73 62 75 -
CMYK 0.03 0.17 0 0.71
HSL 290.77º 0.09% 0.27% -
HSV(B) 290.77º 0.17% 0.29% -
XYZ 5.74 5.37 7.39 -
YUV 66.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 73 62 75 0.03 0.17 0 0.71 290.77 0.09 0.27
Hex 49 3E 4B 3 11 0 47 123 9 1B
Octal 111 76 113 3 21 0 107 443 11 33
Binary 1001001 111110 1001011 11 10001 0 1000111 100100011 1001 11011

Color Harmonies of #493E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E4B

Black with #493E4B

Text Example


Text Example

White with #493E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493E4B; }

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

 H1.HeaderClassName
 {
   color: #493E4B;
 }
 .AnyTagClassName
 {
   color: #493E4B;
 }
</style>

background-color css

<style>
 a { background-color: #493E4B; }

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

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

border-color css

<style>
 span { border-color: #493E4B; }

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

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