Html Css Color HEX #493C56 Jagger

📋 copy color: '#493C56'

red 73 ◦ green 60 ◦ blue 86

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

Shades of Jagger #493C56

Tints of Jagger #493C56

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.4%

 BLUE value IS 86 (33.98% from 255) = 39.27%

R = 33.33%
G = 27.4%
B = 39.27%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493C56 (or 0x493C56) is known color: Jagger. HEX triplet: 49, 3C and 56. RGB value is (73,60,86). Sum of RGB (Red+Green+Blue) = 73+60+86=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #493C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C56 is #B6C3A9. Grayscale: #424242. Windows color (decimal): -11977642 or 5651529. OLE color: 5651529.

HSL color Cylindrical-coordinate representation of color #493C56: hue angle of 270º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493C56 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 60 86 -
CMYK 0.15 0.30 0 0.66
HSL 270º 0.18% 0.29% -
HSV(B) 270º 0.3% 0.34% -
XYZ 6.04 5.32 9.51 -
YUV 66.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 73 60 86 0.15 0.30 0 0.66 270 0.18 0.29
Hex 49 3C 56 F 1E 0 42 10E 12 1D
Octal 111 74 126 17 36 0 102 416 22 35
Binary 1001001 111100 1010110 1111 11110 0 1000010 100001110 10010 11101

Color Harmonies of #493C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C56

Black with #493C56

Text Example


Text Example

White with #493C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,60,86); }

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

background-color css

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

 a { background-color: rgb(73,60,86); }

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

border-color css

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

 span { border-color: rgb(73,60,86); }

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