Html Css Color HEX #492892 Blue Gem

📋 copy color: '#492892'

red 73 ◦ green 40 ◦ blue 146

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

Shades of Blue Gem #492892

Tints of Blue Gem #492892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 28.19%
G = 15.44%
B = 56.37%

CMYK

 C value IS 0.5

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#492892 (or 0x492892) is known color: Blue Gem. HEX triplet: 49, 28 and 92. RGB value is (73,40,146). Sum of RGB (Red+Green+Blue) = 73+40+146=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #492892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492892 is #B6D76D. Grayscale: #3D3D3D. Windows color (decimal): -11982702 or 9578569. OLE color: 9578569.

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

Color convert

RGB 73 40 146 -
CMYK 0.5 0.73 0 0.43
HSL 258.68º 0.57% 0.36% -
HSV(B) 258.68º 0.73% 0.57% -
XYZ 8.69 5.01 27.7 -
YUV 61.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 73 40 146 0.5 0.73 0 0.43 258.68 0.57 0.36
Hex 49 28 92 32 49 0 2B 103 39 24
Octal 111 50 222 62 111 0 53 403 71 44
Binary 1001001 101000 10010010 110010 1001001 0 101011 100000011 111001 100100

Color Harmonies of #492892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492892

Black with #492892

Text Example


Text Example

White with #492892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492892; }

 p { color: rgb(73,40,146); }

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

background-color css

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

 a { background-color: rgb(73,40,146); }

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

border-color css

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

 span { border-color: rgb(73,40,146); }

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