Html Css Color HEX #492A9B Blue Gem

📋 copy color: '#492A9B'

red 73 ◦ green 42 ◦ blue 155

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

Shades of Blue Gem #492A9B

Tints of Blue Gem #492A9B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 27.04%
G = 15.56%
B = 57.41%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#492A9B (or 0x492A9B) is known color: Blue Gem. HEX triplet: 49, 2A and 9B. RGB value is (73,42,155). Sum of RGB (Red+Green+Blue) = 73+42+155=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #492A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492A9B is #B6D564. Grayscale: #3F3F3F. Windows color (decimal): -11982181 or 10168905. OLE color: 10168905.

HSL color Cylindrical-coordinate representation of color #492A9B: hue angle of 256.46º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492A9B is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 42 155 -
CMYK 0.53 0.73 0 0.39
HSL 256.46º 0.57% 0.39% -
HSV(B) 256.46º 0.73% 0.61% -
XYZ 9.49 5.44 31.56 -
YUV 64.15 179.27 134.31 -
System Red Green Blue C M Y K H S L
Decimal 73 42 155 0.53 0.73 0 0.39 256.46 0.57 0.39
Hex 49 2A 9B 35 49 0 27 100 39 27
Octal 111 52 233 65 111 0 47 400 71 47
Binary 1001001 101010 10011011 110101 1001001 0 100111 100000000 111001 100111

Color Harmonies of #492A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A9B

Black with #492A9B

Text Example


Text Example

White with #492A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492A9B; }

 p { color: rgb(73,42,155); }

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

background-color css

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

 a { background-color: rgb(73,42,155); }

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

border-color css

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

 span { border-color: rgb(73,42,155); }

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