Html Css Color HEX #492796 Blue Gem

📋 copy color: '#492796'

red 73 ◦ green 39 ◦ blue 150

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

Shades of Blue Gem #492796

Tints of Blue Gem #492796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.25%

R = 27.86%
G = 14.89%
B = 57.25%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#492796 (or 0x492796) is known color: Blue Gem. HEX triplet: 49, 27 and 96. RGB value is (73,39,150). Sum of RGB (Red+Green+Blue) = 73+39+150=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #492796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492796 is #B6D869. Grayscale: #3D3D3D. Windows color (decimal): -11982954 or 9840457. OLE color: 9840457.

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

Color convert

RGB 73 39 150 -
CMYK 0.51 0.74 0 0.41
HSL 258.38º 0.59% 0.37% -
HSV(B) 258.38º 0.74% 0.59% -
XYZ 8.98 5.07 29.36 -
YUV 61.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 73 39 150 0.51 0.74 0 0.41 258.38 0.59 0.37
Hex 49 27 96 33 4A 0 29 102 3B 25
Octal 111 47 226 63 112 0 51 402 73 45
Binary 1001001 100111 10010110 110011 1001010 0 101001 100000010 111011 100101

Color Harmonies of #492796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492796

Black with #492796

Text Example


Text Example

White with #492796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492796; }

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

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

background-color css

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

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

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

border-color css

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

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

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