Html Css Color HEX #493A94 Blue Gem

📋 copy color: '#493A94'

red 73 ◦ green 58 ◦ blue 148

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

Shades of Blue Gem #493A94

Tints of Blue Gem #493A94

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

 BLUE value IS 148 (58.2% from 255) = 53.05%

R = 26.16%
G = 20.79%
B = 53.05%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493A94 (or 0x493A94) is known color: Blue Gem. HEX triplet: 49, 3A and 94. RGB value is (73,58,148). Sum of RGB (Red+Green+Blue) = 73+58+148=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #493A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493A94 is #B6C56B. Grayscale: #484848. Windows color (decimal): -11978092 or 9714249. OLE color: 9714249.

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

Color convert

RGB 73 58 148 -
CMYK 0.51 0.61 0 0.42
HSL 250º 0.44% 0.4% -
HSV(B) 250º 0.61% 0.58% -
XYZ 9.61 6.58 28.78 -
YUV 72.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 73 58 148 0.51 0.61 0 0.42 250 0.44 0.4
Hex 49 3A 94 33 3D 0 2A FA 2C 28
Octal 111 72 224 63 75 0 52 372 54 50
Binary 1001001 111010 10010100 110011 111101 0 101010 11111010 101100 101000

Color Harmonies of #493A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A94

Black with #493A94

Text Example


Text Example

White with #493A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,58,148); }

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

background-color css

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

 a { background-color: rgb(73,58,148); }

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

border-color css

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

 span { border-color: rgb(73,58,148); }

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