Html Css Color HEX #492DAA Blue Gem

📋 copy color: '#492DAA'

red 73 ◦ green 45 ◦ blue 170

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

Shades of Blue Gem #492DAA

Tints of Blue Gem #492DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.63%

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

R = 25.35%
G = 15.63%
B = 59.03%

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

#492DAA (or 0x492DAA) is known color: Blue Gem. HEX triplet: 49, 2D and AA. RGB value is (73,45,170). Sum of RGB (Red+Green+Blue) = 73+45+170=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #492DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492DAA is #B6D255. Grayscale: #434343. Windows color (decimal): -11981398 or 11152713. OLE color: 11152713.

HSL color Cylindrical-coordinate representation of color #492DAA: hue angle of 253.44º degrees, saturation: 0.58, 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 #492DAA is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 45 170 -
CMYK 0.57 0.74 0 0.33
HSL 253.44º 0.58% 0.42% -
HSV(B) 253.44º 0.74% 0.67% -
XYZ 10.94 6.2 38.65 -
YUV 67.62 185.78 131.84 -
System Red Green Blue C M Y K H S L
Decimal 73 45 170 0.57 0.74 0 0.33 253.44 0.58 0.42
Hex 49 2D AA 39 4A 0 21 FD 3A 2A
Octal 111 55 252 71 112 0 41 375 72 52
Binary 1001001 101101 10101010 111001 1001010 0 100001 11111101 111010 101010

Color Harmonies of #492DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492DAA

Black with #492DAA

Text Example


Text Example

White with #492DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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