Html Css Color HEX #493895 Blue Gem

📋 copy color: '#493895'

red 73 ◦ green 56 ◦ blue 149

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

Shades of Blue Gem #493895

Tints of Blue Gem #493895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.14%

 BLUE value IS 149 (58.59% from 255) = 53.6%

R = 26.26%
G = 20.14%
B = 53.6%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493895 (or 0x493895) is known color: Blue Gem. HEX triplet: 49, 38 and 95. RGB value is (73,56,149). Sum of RGB (Red+Green+Blue) = 73+56+149=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #493895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493895 is #B6C76A. Grayscale: #474747. Windows color (decimal): -11978603 or 9779273. OLE color: 9779273.

HSL color Cylindrical-coordinate representation of color #493895: hue angle of 250.97º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493895 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 56 149 -
CMYK 0.51 0.62 0 0.42
HSL 250.97º 0.45% 0.4% -
HSV(B) 250.97º 0.62% 0.58% -
XYZ 9.59 6.41 29.17 -
YUV 71.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 73 56 149 0.51 0.62 0 0.42 250.97 0.45 0.4
Hex 49 38 95 33 3E 0 2A FB 2D 28
Octal 111 70 225 63 76 0 52 373 55 50
Binary 1001001 111000 10010101 110011 111110 0 101010 11111011 101101 101000

Color Harmonies of #493895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493895

Black with #493895

Text Example


Text Example

White with #493895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493895; }

 p { color: rgb(73,56,149); }

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

background-color css

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

 a { background-color: rgb(73,56,149); }

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

border-color css

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

 span { border-color: rgb(73,56,149); }

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