Html Css Color HEX #494094 Blue Gem

📋 copy color: '#494094'

red 73 ◦ green 64 ◦ blue 148

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

Shades of Blue Gem #494094

Tints of Blue Gem #494094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

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

R = 25.61%
G = 22.46%
B = 51.93%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#494094 (or 0x494094) is known color: Blue Gem. HEX triplet: 49, 40 and 94. RGB value is (73,64,148). Sum of RGB (Red+Green+Blue) = 73+64+148=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #494094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494094 is #B6BF6B. Grayscale: #4B4B4B. Windows color (decimal): -11976556 or 9715785. OLE color: 9715785.

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

Color convert

RGB 73 64 148 -
CMYK 0.51 0.57 0 0.42
HSL 246.43º 0.4% 0.42% -
HSV(B) 246.43º 0.57% 0.58% -
XYZ 9.93 7.22 28.89 -
YUV 76.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 73 64 148 0.51 0.57 0 0.42 246.43 0.4 0.42
Hex 49 40 94 33 39 0 2A F6 28 2A
Octal 111 100 224 63 71 0 52 366 50 52
Binary 1001001 1000000 10010100 110011 111001 0 101010 11110110 101000 101010

Color Harmonies of #494094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494094

Black with #494094

Text Example


Text Example

White with #494094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494094; }

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

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

background-color css

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

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

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

border-color css

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

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

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