Html Css Color HEX #492BA0 Blue Gem

📋 copy color: '#492BA0'

red 73 ◦ green 43 ◦ blue 160

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

Shades of Blue Gem #492BA0

Tints of Blue Gem #492BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 57.97%

R = 26.45%
G = 15.58%
B = 57.97%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#492BA0 (or 0x492BA0) is known color: Blue Gem. HEX triplet: 49, 2B and A0. RGB value is (73,43,160). Sum of RGB (Red+Green+Blue) = 73+43+160=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #492BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492BA0 is #B6D45F. Grayscale: #404040. Windows color (decimal): -11981920 or 10496841. OLE color: 10496841.

HSL color Cylindrical-coordinate representation of color #492BA0: hue angle of 255.38º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492BA0 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 43 160 -
CMYK 0.54 0.73 0 0.37
HSL 255.38º 0.58% 0.4% -
HSV(B) 255.38º 0.73% 0.63% -
XYZ 9.96 5.68 33.83 -
YUV 65.31 181.44 133.49 -
System Red Green Blue C M Y K H S L
Decimal 73 43 160 0.54 0.73 0 0.37 255.38 0.58 0.4
Hex 49 2B A0 36 49 0 25 FF 3A 28
Octal 111 53 240 66 111 0 45 377 72 50
Binary 1001001 101011 10100000 110110 1001001 0 100101 11111111 111010 101000

Color Harmonies of #492BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BA0

Black with #492BA0

Text Example


Text Example

White with #492BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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