Html Css Color HEX #492CA5 Blue Gem

📋 copy color: '#492CA5'

red 73 ◦ green 44 ◦ blue 165

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

Shades of Blue Gem #492CA5

Tints of Blue Gem #492CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 58.51%

R = 25.89%
G = 15.6%
B = 58.51%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#492CA5 (or 0x492CA5) is known color: Blue Gem. HEX triplet: 49, 2C and A5. RGB value is (73,44,165). Sum of RGB (Red+Green+Blue) = 73+44+165=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #492CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492CA5 is #B6D35A. Grayscale: #424242. Windows color (decimal): -11981659 or 10824777. OLE color: 10824777.

HSL color Cylindrical-coordinate representation of color #492CA5: hue angle of 254.38º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492CA5 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 44 165 -
CMYK 0.56 0.73 0 0.35
HSL 254.38º 0.58% 0.41% -
HSV(B) 254.38º 0.73% 0.65% -
XYZ 10.44 5.93 36.19 -
YUV 66.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 73 44 165 0.56 0.73 0 0.35 254.38 0.58 0.41
Hex 49 2C A5 38 49 0 23 FE 3A 29
Octal 111 54 245 70 111 0 43 376 72 51
Binary 1001001 101100 10100101 111000 1001001 0 100011 11111110 111010 101001

Color Harmonies of #492CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CA5

Black with #492CA5

Text Example


Text Example

White with #492CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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