Html Css Color HEX #492C9B Blue Gem

📋 copy color: '#492C9B'

red 73 ◦ green 44 ◦ blue 155

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

Shades of Blue Gem #492C9B

Tints of Blue Gem #492C9B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.18%

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

R = 26.84%
G = 16.18%
B = 56.99%

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

#492C9B (or 0x492C9B) is known color: Blue Gem. HEX triplet: 49, 2C and 9B. RGB value is (73,44,155). Sum of RGB (Red+Green+Blue) = 73+44+155=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #492C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492C9B is #B6D364. Grayscale: #404040. Windows color (decimal): -11981669 or 10169417. OLE color: 10169417.

HSL color Cylindrical-coordinate representation of color #492C9B: hue angle of 255.68º degrees, saturation: 0.56, 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 #492C9B is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 44 155 -
CMYK 0.53 0.72 0 0.39
HSL 255.68º 0.56% 0.39% -
HSV(B) 255.68º 0.72% 0.61% -
XYZ 9.56 5.58 31.58 -
YUV 65.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 73 44 155 0.53 0.72 0 0.39 255.68 0.56 0.39
Hex 49 2C 9B 35 48 0 27 100 38 27
Octal 111 54 233 65 110 0 47 400 70 47
Binary 1001001 101100 10011011 110101 1001000 0 100111 100000000 111000 100111

Color Harmonies of #492C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C9B

Black with #492C9B

Text Example


Text Example

White with #492C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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