Html Css Color HEX #493B4B Bossanova

📋 copy color: '#493B4B'

red 73 ◦ green 59 ◦ blue 75

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

Shades of Bossanova #493B4B

Tints of Bossanova #493B4B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

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

R = 35.27%
G = 28.5%
B = 36.23%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#493B4B (or 0x493B4B) is known color: Bossanova. HEX triplet: 49, 3B and 4B. RGB value is (73,59,75). Sum of RGB (Red+Green+Blue) = 73+59+75=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 75 - color contains mainly: blue. Hex color #493B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B4B is #B6C4B4. Grayscale: #404040. Windows color (decimal): -11977909 or 4930377. OLE color: 4930377.

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

Color convert

RGB 73 59 75 -
CMYK 0.03 0.21 0 0.71
HSL 292.5º 0.12% 0.26% -
HSV(B) 292.5º 0.21% 0.29% -
XYZ 5.58 5.05 7.34 -
YUV 65.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 73 59 75 0.03 0.21 0 0.71 292.5 0.12 0.26
Hex 49 3B 4B 3 15 0 47 124 C 1A
Octal 111 73 113 3 25 0 107 444 14 32
Binary 1001001 111011 1001011 11 10101 0 1000111 100100100 1100 11010

Color Harmonies of #493B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B4B

Black with #493B4B

Text Example


Text Example

White with #493B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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