Html Css Color HEX #492E8A Blue Gem

📋 copy color: '#492E8A'

red 73 ◦ green 46 ◦ blue 138

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

Shades of Blue Gem #492E8A

Tints of Blue Gem #492E8A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 28.4%
G = 17.9%
B = 53.7%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#492E8A (or 0x492E8A) is known color: Blue Gem. HEX triplet: 49, 2E and 8A. RGB value is (73,46,138). Sum of RGB (Red+Green+Blue) = 73+46+138=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #492E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492E8A is #B6D175. Grayscale: #404040. Windows color (decimal): -11981174 or 9055817. OLE color: 9055817.

HSL color Cylindrical-coordinate representation of color #492E8A: hue angle of 257.61º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492E8A is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 46 138 -
CMYK 0.47 0.67 0 0.46
HSL 257.61º 0.5% 0.36% -
HSV(B) 257.61º 0.67% 0.54% -
XYZ 8.31 5.21 24.61 -
YUV 64.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 73 46 138 0.47 0.67 0 0.46 257.61 0.5 0.36
Hex 49 2E 8A 2F 43 0 2E 102 32 24
Octal 111 56 212 57 103 0 56 402 62 44
Binary 1001001 101110 10001010 101111 1000011 0 101110 100000010 110010 100100

Color Harmonies of #492E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E8A

Black with #492E8A

Text Example


Text Example

White with #492E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,46,138); }

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

background-color css

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

 a { background-color: rgb(73,46,138); }

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

border-color css

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

 span { border-color: rgb(73,46,138); }

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