Html Css Color HEX #493B93 Blue Gem

📋 copy color: '#493B93'

red 73 ◦ green 59 ◦ blue 147

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

Shades of Blue Gem #493B93

Tints of Blue Gem #493B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.15%

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

R = 26.16%
G = 21.15%
B = 52.69%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493B93 (or 0x493B93) is known color: Blue Gem. HEX triplet: 49, 3B and 93. RGB value is (73,59,147). Sum of RGB (Red+Green+Blue) = 73+59+147=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #493B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493B93 is #B6C46C. Grayscale: #484848. Windows color (decimal): -11977837 or 9648969. OLE color: 9648969.

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

Color convert

RGB 73 59 147 -
CMYK 0.50 0.60 0 0.42
HSL 249.55º 0.43% 0.4% -
HSV(B) 249.55º 0.6% 0.58% -
XYZ 9.58 6.65 28.38 -
YUV 73.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 73 59 147 0.50 0.60 0 0.42 249.55 0.43 0.4
Hex 49 3B 93 32 3C 0 2A FA 2B 28
Octal 111 73 223 62 74 0 52 372 53 50
Binary 1001001 111011 10010011 110010 111100 0 101010 11111010 101011 101000

Color Harmonies of #493B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B93

Black with #493B93

Text Example


Text Example

White with #493B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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