Html Css Color HEX #492790 Blue Gem

📋 copy color: '#492790'

red 73 ◦ green 39 ◦ blue 144

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

Shades of Blue Gem #492790

Tints of Blue Gem #492790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 28.52%
G = 15.23%
B = 56.25%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#492790 (or 0x492790) is known color: Blue Gem. HEX triplet: 49, 27 and 90. RGB value is (73,39,144). Sum of RGB (Red+Green+Blue) = 73+39+144=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #492790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492790 is #B6D86F. Grayscale: #3C3C3C. Windows color (decimal): -11982960 or 9447241. OLE color: 9447241.

HSL color Cylindrical-coordinate representation of color #492790: hue angle of 259.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492790 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 39 144 -
CMYK 0.49 0.73 0 0.44
HSL 259.43º 0.57% 0.36% -
HSV(B) 259.43º 0.73% 0.56% -
XYZ 8.51 4.88 26.88 -
YUV 61.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 73 39 144 0.49 0.73 0 0.44 259.43 0.57 0.36
Hex 49 27 90 31 49 0 2C 103 39 24
Octal 111 47 220 61 111 0 54 403 71 44
Binary 1001001 100111 10010000 110001 1001001 0 101100 100000011 111001 100100

Color Harmonies of #492790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492790

Black with #492790

Text Example


Text Example

White with #492790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492790; }

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

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

background-color css

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

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

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

border-color css

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

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

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