Html Css Color HEX #493294 Blue Gem

📋 copy color: '#493294'

red 73 ◦ green 50 ◦ blue 148

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

Shades of Blue Gem #493294

Tints of Blue Gem #493294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

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

R = 26.94%
G = 18.45%
B = 54.61%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493294 (or 0x493294) is known color: Blue Gem. HEX triplet: 49, 32 and 94. RGB value is (73,50,148). Sum of RGB (Red+Green+Blue) = 73+50+148=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #493294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493294 is #B6CD6B. Grayscale: #434343. Windows color (decimal): -11980140 or 9712201. OLE color: 9712201.

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

Color convert

RGB 73 50 148 -
CMYK 0.51 0.66 0 0.42
HSL 254.08º 0.49% 0.39% -
HSV(B) 254.08º 0.66% 0.58% -
XYZ 9.23 5.84 28.66 -
YUV 68.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 73 50 148 0.51 0.66 0 0.42 254.08 0.49 0.39
Hex 49 32 94 33 42 0 2A FE 31 27
Octal 111 62 224 63 102 0 52 376 61 47
Binary 1001001 110010 10010100 110011 1000010 0 101010 11111110 110001 100111

Color Harmonies of #493294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493294

Black with #493294

Text Example


Text Example

White with #493294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493294; }

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

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

background-color css

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

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

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

border-color css

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

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

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