Html Css Color HEX #492794 Blue Gem

📋 copy color: '#492794'

red 73 ◦ green 39 ◦ blue 148

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

Shades of Blue Gem #492794

Tints of Blue Gem #492794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

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

R = 28.08%
G = 15%
B = 56.92%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492794 (or 0x492794) is known color: Blue Gem. HEX triplet: 49, 27 and 94. RGB value is (73,39,148). Sum of RGB (Red+Green+Blue) = 73+39+148=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #492794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492794 is #B6D86B. Grayscale: #3D3D3D. Windows color (decimal): -11982956 or 9709385. OLE color: 9709385.

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

Color convert

RGB 73 39 148 -
CMYK 0.51 0.74 0 0.42
HSL 258.72º 0.58% 0.37% -
HSV(B) 258.72º 0.74% 0.58% -
XYZ 8.82 5.01 28.52 -
YUV 61.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 73 39 148 0.51 0.74 0 0.42 258.72 0.58 0.37
Hex 49 27 94 33 4A 0 2A 103 3A 25
Octal 111 47 224 63 112 0 52 403 72 45
Binary 1001001 100111 10010100 110011 1001010 0 101010 100000011 111010 100101

Color Harmonies of #492794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492794

Black with #492794

Text Example


Text Example

White with #492794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492794; }

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

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

background-color css

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

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

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

border-color css

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

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

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