Html Css Color HEX #493F51 Jagger

📋 copy color: '#493F51'

red 73 ◦ green 63 ◦ blue 81

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

Shades of Jagger #493F51

Tints of Jagger #493F51

RGB

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

 GREEN value IS 63 (25% from 255) = 29.03%

 BLUE value IS 81 (32.03% from 255) = 37.33%

R = 33.64%
G = 29.03%
B = 37.33%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#493F51 (or 0x493F51) is known color: Jagger. HEX triplet: 49, 3F and 51. RGB value is (73,63,81). Sum of RGB (Red+Green+Blue) = 73+63+81=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 81 - color contains mainly: blue. Hex color #493F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F51 is #B6C0AE. Grayscale: #434343. Windows color (decimal): -11976879 or 5324617. OLE color: 5324617.

HSL color Cylindrical-coordinate representation of color #493F51: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #493F51 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 63 81 -
CMYK 0.10 0.22 0 0.68
HSL 273.33º 0.13% 0.28% -
HSV(B) 273.33º 0.22% 0.32% -
XYZ 6.01 5.57 8.54 -
YUV 68.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 73 63 81 0.10 0.22 0 0.68 273.33 0.13 0.28
Hex 49 3F 51 A 16 0 44 111 C 1C
Octal 111 77 121 12 26 0 104 421 14 34
Binary 1001001 111111 1010001 1010 10110 0 1000100 100010001 1100 11100

Color Harmonies of #493F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F51

Black with #493F51

Text Example


Text Example

White with #493F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,81); }

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

background-color css

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

 a { background-color: rgb(73,63,81); }

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

border-color css

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

 span { border-color: rgb(73,63,81); }

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