Html Css Color HEX #493095 Blue Gem

📋 copy color: '#493095'

red 73 ◦ green 48 ◦ blue 149

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

Shades of Blue Gem #493095

Tints of Blue Gem #493095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

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

R = 27.04%
G = 17.78%
B = 55.19%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493095 (or 0x493095) is known color: Blue Gem. HEX triplet: 49, 30 and 95. RGB value is (73,48,149). Sum of RGB (Red+Green+Blue) = 73+48+149=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #493095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493095 is #B6CF6A. Grayscale: #424242. Windows color (decimal): -11980651 or 9777225. OLE color: 9777225.

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

Color convert

RGB 73 48 149 -
CMYK 0.51 0.68 0 0.42
HSL 254.85º 0.51% 0.39% -
HSV(B) 254.85º 0.68% 0.58% -
XYZ 9.23 5.7 29.05 -
YUV 66.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 73 48 149 0.51 0.68 0 0.42 254.85 0.51 0.39
Hex 49 30 95 33 44 0 2A FF 33 27
Octal 111 60 225 63 104 0 52 377 63 47
Binary 1001001 110000 10010101 110011 1000100 0 101010 11111111 110011 100111

Color Harmonies of #493095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493095

Black with #493095

Text Example


Text Example

White with #493095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493095; }

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

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

background-color css

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

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

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

border-color css

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

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

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