Html Css Color HEX #492BA1 Blue Gem

📋 copy color: '#492BA1'

red 73 ◦ green 43 ◦ blue 161

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

Shades of Blue Gem #492BA1

Tints of Blue Gem #492BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 58.12%

R = 26.35%
G = 15.52%
B = 58.12%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#492BA1 (or 0x492BA1) is known color: Blue Gem. HEX triplet: 49, 2B and A1. RGB value is (73,43,161). Sum of RGB (Red+Green+Blue) = 73+43+161=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #492BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492BA1 is #B6D45E. Grayscale: #404040. Windows color (decimal): -11981919 or 10562377. OLE color: 10562377.

HSL color Cylindrical-coordinate representation of color #492BA1: hue angle of 255.25º 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 #492BA1 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 43 161 -
CMYK 0.55 0.73 0 0.37
HSL 255.25º 0.58% 0.4% -
HSV(B) 255.25º 0.73% 0.63% -
XYZ 10.04 5.72 34.29 -
YUV 65.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 73 43 161 0.55 0.73 0 0.37 255.25 0.58 0.4
Hex 49 2B A1 37 49 0 25 FF 3A 28
Octal 111 53 241 67 111 0 45 377 72 50
Binary 1001001 101011 10100001 110111 1001001 0 100101 11111111 111010 101000

Color Harmonies of #492BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BA1

Black with #492BA1

Text Example


Text Example

White with #492BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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