Html Css Color HEX #492795 Blue Gem

📋 copy color: '#492795'

red 73 ◦ green 39 ◦ blue 149

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

Shades of Blue Gem #492795

Tints of Blue Gem #492795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.09%

R = 27.97%
G = 14.94%
B = 57.09%

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

#492795 (or 0x492795) is known color: Blue Gem. HEX triplet: 49, 27 and 95. RGB value is (73,39,149). Sum of RGB (Red+Green+Blue) = 73+39+149=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #492795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492795 is #B6D86A. Grayscale: #3D3D3D. Windows color (decimal): -11982955 or 9774921. OLE color: 9774921.

HSL color Cylindrical-coordinate representation of color #492795: hue angle of 258.55º degrees, saturation: 0.59, 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 #492795 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 39 149 -
CMYK 0.51 0.74 0 0.42
HSL 258.55º 0.59% 0.37% -
HSV(B) 258.55º 0.74% 0.58% -
XYZ 8.9 5.04 28.94 -
YUV 61.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 73 39 149 0.51 0.74 0 0.42 258.55 0.59 0.37
Hex 49 27 95 33 4A 0 2A 103 3B 25
Octal 111 47 225 63 112 0 52 403 73 45
Binary 1001001 100111 10010101 110011 1001010 0 101010 100000011 111011 100101

Color Harmonies of #492795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492795

Black with #492795

Text Example


Text Example

White with #492795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492795; }

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

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

background-color css

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

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

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

border-color css

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

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

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