Html Css Color HEX #492394 Blue Gem

📋 copy color: '#492394'

red 73 ◦ green 35 ◦ blue 148

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

Shades of Blue Gem #492394

Tints of Blue Gem #492394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

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

R = 28.52%
G = 13.67%
B = 57.81%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492394 (or 0x492394) is known color: Blue Gem. HEX triplet: 49, 23 and 94. RGB value is (73,35,148). Sum of RGB (Red+Green+Blue) = 73+35+148=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #492394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492394 is #B6DC6B. Grayscale: #3A3A3A. Windows color (decimal): -11983980 or 9708361. OLE color: 9708361.

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

Color convert

RGB 73 35 148 -
CMYK 0.51 0.76 0 0.42
HSL 260.18º 0.62% 0.36% -
HSV(B) 260.18º 0.76% 0.58% -
XYZ 8.69 4.76 28.48 -
YUV 59.24 178.09 137.81 -
System Red Green Blue C M Y K H S L
Decimal 73 35 148 0.51 0.76 0 0.42 260.18 0.62 0.36
Hex 49 23 94 33 4C 0 2A 104 3E 24
Octal 111 43 224 63 114 0 52 404 76 44
Binary 1001001 100011 10010100 110011 1001100 0 101010 100000100 111110 100100

Color Harmonies of #492394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492394

Black with #492394

Text Example


Text Example

White with #492394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492394; }

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

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

background-color css

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

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

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

border-color css

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

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

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