Html Css Color HEX #492596 Blue Gem

📋 copy color: '#492596'

red 73 ◦ green 37 ◦ blue 150

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

Shades of Blue Gem #492596

Tints of Blue Gem #492596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 28.08%
G = 14.23%
B = 57.69%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#492596 (or 0x492596) is known color: Blue Gem. HEX triplet: 49, 25 and 96. RGB value is (73,37,150). Sum of RGB (Red+Green+Blue) = 73+37+150=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #492596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492596 is #B6DA69. Grayscale: #3C3C3C. Windows color (decimal): -11983466 or 9839945. OLE color: 9839945.

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

Color convert

RGB 73 37 150 -
CMYK 0.51 0.75 0 0.41
HSL 259.12º 0.6% 0.37% -
HSV(B) 259.12º 0.75% 0.59% -
XYZ 8.91 4.94 29.34 -
YUV 60.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 73 37 150 0.51 0.75 0 0.41 259.12 0.6 0.37
Hex 49 25 96 33 4B 0 29 103 3C 25
Octal 111 45 226 63 113 0 51 403 74 45
Binary 1001001 100101 10010110 110011 1001011 0 101001 100000011 111100 100101

Color Harmonies of #492596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492596

Black with #492596

Text Example


Text Example

White with #492596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492596; }

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

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

background-color css

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

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

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

border-color css

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

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

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