Html Css Color HEX #493D93 Blue Gem

📋 copy color: '#493D93'

red 73 ◦ green 61 ◦ blue 147

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

Shades of Blue Gem #493D93

Tints of Blue Gem #493D93

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.71%

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 25.98%
G = 21.71%
B = 52.31%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493D93 (or 0x493D93) is known color: Blue Gem. HEX triplet: 49, 3D and 93. RGB value is (73,61,147). Sum of RGB (Red+Green+Blue) = 73+61+147=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #493D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D93 is #B6C26C. Grayscale: #4A4A4A. Windows color (decimal): -11977325 or 9649481. OLE color: 9649481.

HSL color Cylindrical-coordinate representation of color #493D93: hue angle of 248.37º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493D93 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 61 147 -
CMYK 0.50 0.59 0 0.42
HSL 248.37º 0.41% 0.41% -
HSV(B) 248.37º 0.59% 0.58% -
XYZ 9.68 6.86 28.42 -
YUV 74.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 73 61 147 0.50 0.59 0 0.42 248.37 0.41 0.41
Hex 49 3D 93 32 3B 0 2A F8 29 29
Octal 111 75 223 62 73 0 52 370 51 51
Binary 1001001 111101 10010011 110010 111011 0 101010 11111000 101001 101001

Color Harmonies of #493D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D93

Black with #493D93

Text Example


Text Example

White with #493D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,61,147); }

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

background-color css

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

 a { background-color: rgb(73,61,147); }

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

border-color css

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

 span { border-color: rgb(73,61,147); }

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