Html Css Color HEX #492C90 Blue Gem

📋 copy color: '#492C90'

red 73 ◦ green 44 ◦ blue 144

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

Shades of Blue Gem #492C90

Tints of Blue Gem #492C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 27.97%
G = 16.86%
B = 55.17%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#492C90 (or 0x492C90) is known color: Blue Gem. HEX triplet: 49, 2C and 90. RGB value is (73,44,144). Sum of RGB (Red+Green+Blue) = 73+44+144=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #492C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492C90 is #B6D36F. Grayscale: #3F3F3F. Windows color (decimal): -11981680 or 9448521. OLE color: 9448521.

HSL color Cylindrical-coordinate representation of color #492C90: hue angle of 257.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492C90 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 44 144 -
CMYK 0.49 0.69 0 0.44
HSL 257.4º 0.53% 0.37% -
HSV(B) 257.4º 0.69% 0.56% -
XYZ 8.68 5.23 26.94 -
YUV 64.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 73 44 144 0.49 0.69 0 0.44 257.4 0.53 0.37
Hex 49 2C 90 31 45 0 2C 101 35 25
Octal 111 54 220 61 105 0 54 401 65 45
Binary 1001001 101100 10010000 110001 1000101 0 101100 100000001 110101 100101

Color Harmonies of #492C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C90

Black with #492C90

Text Example


Text Example

White with #492C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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