Html Css Color HEX #492B9B Blue Gem

📋 copy color: '#492B9B'

red 73 ◦ green 43 ◦ blue 155

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

Shades of Blue Gem #492B9B

Tints of Blue Gem #492B9B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

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

R = 26.94%
G = 15.87%
B = 57.2%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#492B9B (or 0x492B9B) is known color: Blue Gem. HEX triplet: 49, 2B and 9B. RGB value is (73,43,155). Sum of RGB (Red+Green+Blue) = 73+43+155=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #492B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492B9B is #B6D464. Grayscale: #404040. Windows color (decimal): -11981925 or 10169161. OLE color: 10169161.

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

Color convert

RGB 73 43 155 -
CMYK 0.53 0.72 0 0.39
HSL 256.07º 0.57% 0.39% -
HSV(B) 256.07º 0.72% 0.61% -
XYZ 9.53 5.51 31.57 -
YUV 64.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 73 43 155 0.53 0.72 0 0.39 256.07 0.57 0.39
Hex 49 2B 9B 35 48 0 27 100 39 27
Octal 111 53 233 65 110 0 47 400 71 47
Binary 1001001 101011 10011011 110101 1001000 0 100111 100000000 111001 100111

Color Harmonies of #492B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B9B

Black with #492B9B

Text Example


Text Example

White with #492B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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