Html Css Color HEX #492CAA Blue Gem

📋 copy color: '#492CAA'

red 73 ◦ green 44 ◦ blue 170

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

Shades of Blue Gem #492CAA

Tints of Blue Gem #492CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.23%

R = 25.44%
G = 15.33%
B = 59.23%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#492CAA (or 0x492CAA) is known color: Blue Gem. HEX triplet: 49, 2C and AA. RGB value is (73,44,170). Sum of RGB (Red+Green+Blue) = 73+44+170=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #492CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492CAA is #B6D355. Grayscale: #424242. Windows color (decimal): -11981654 or 11152457. OLE color: 11152457.

HSL color Cylindrical-coordinate representation of color #492CAA: hue angle of 253.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492CAA is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 44 170 -
CMYK 0.57 0.74 0 0.33
HSL 253.81º 0.59% 0.42% -
HSV(B) 253.81º 0.74% 0.67% -
XYZ 10.9 6.12 38.64 -
YUV 67.04 186.11 132.25 -
System Red Green Blue C M Y K H S L
Decimal 73 44 170 0.57 0.74 0 0.33 253.81 0.59 0.42
Hex 49 2C AA 39 4A 0 21 FE 3B 2A
Octal 111 54 252 71 112 0 41 376 73 52
Binary 1001001 101100 10101010 111001 1001010 0 100001 11111110 111011 101010

Color Harmonies of #492CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CAA

Black with #492CAA

Text Example


Text Example

White with #492CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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