Html Css Color HEX #493094 Blue Gem

📋 copy color: '#493094'

red 73 ◦ green 48 ◦ blue 148

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

Shades of Blue Gem #493094

Tints of Blue Gem #493094

RGB

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

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

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

R = 27.14%
G = 17.84%
B = 55.02%

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

#493094 (or 0x493094) is known color: Blue Gem. HEX triplet: 49, 30 and 94. RGB value is (73,48,148). Sum of RGB (Red+Green+Blue) = 73+48+148=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #493094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493094 is #B6CF6B. Grayscale: #424242. Windows color (decimal): -11980652 or 9711689. OLE color: 9711689.

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

Color convert

RGB 73 48 148 -
CMYK 0.51 0.68 0 0.42
HSL 255º 0.51% 0.38% -
HSV(B) 255º 0.68% 0.58% -
XYZ 9.15 5.67 28.63 -
YUV 66.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 73 48 148 0.51 0.68 0 0.42 255 0.51 0.38
Hex 49 30 94 33 44 0 2A FF 33 26
Octal 111 60 224 63 104 0 52 377 63 46
Binary 1001001 110000 10010100 110011 1000100 0 101010 11111111 110011 100110

Color Harmonies of #493094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493094

Black with #493094

Text Example


Text Example

White with #493094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493094; }

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

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

background-color css

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

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

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

border-color css

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

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

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