Html Css Color HEX #492AAB Blue Gem

📋 copy color: '#492AAB'

red 73 ◦ green 42 ◦ blue 171

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

Shades of Blue Gem #492AAB

Tints of Blue Gem #492AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.69%

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 25.52%
G = 14.69%
B = 59.79%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#492AAB (or 0x492AAB) is known color: Blue Gem. HEX triplet: 49, 2A and AB. RGB value is (73,42,171). Sum of RGB (Red+Green+Blue) = 73+42+171=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #492AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492AAB is #B6D554. Grayscale: #414141. Windows color (decimal): -11982165 or 11217481. OLE color: 11217481.

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

Color convert

RGB 73 42 171 -
CMYK 0.57 0.75 0 0.33
HSL 254.42º 0.61% 0.42% -
HSV(B) 254.42º 0.75% 0.67% -
XYZ 10.93 6.01 39.11 -
YUV 65.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 73 42 171 0.57 0.75 0 0.33 254.42 0.61 0.42
Hex 49 2A AB 39 4B 0 21 FE 3D 2A
Octal 111 52 253 71 113 0 41 376 75 52
Binary 1001001 101010 10101011 111001 1001011 0 100001 11111110 111101 101010

Color Harmonies of #492AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492AAB

Black with #492AAB

Text Example


Text Example

White with #492AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,42,171); }

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

background-color css

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

 a { background-color: rgb(73,42,171); }

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

border-color css

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

 span { border-color: rgb(73,42,171); }

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