Html Css Color HEX #492AA8 Blue Gem

📋 copy color: '#492AA8'

red 73 ◦ green 42 ◦ blue 168

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

Shades of Blue Gem #492AA8

Tints of Blue Gem #492AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 59.36%

R = 25.8%
G = 14.84%
B = 59.36%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#492AA8 (or 0x492AA8) is known color: Blue Gem. HEX triplet: 49, 2A and A8. RGB value is (73,42,168). Sum of RGB (Red+Green+Blue) = 73+42+168=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #492AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492AA8 is #B6D557. Grayscale: #414141. Windows color (decimal): -11982168 or 11020873. OLE color: 11020873.

HSL color Cylindrical-coordinate representation of color #492AA8: hue angle of 254.76º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492AA8 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 42 168 -
CMYK 0.57 0.75 0 0.34
HSL 254.76º 0.6% 0.41% -
HSV(B) 254.76º 0.75% 0.66% -
XYZ 10.64 5.9 37.62 -
YUV 65.63 185.77 133.25 -
System Red Green Blue C M Y K H S L
Decimal 73 42 168 0.57 0.75 0 0.34 254.76 0.6 0.41
Hex 49 2A A8 39 4B 0 22 FF 3C 29
Octal 111 52 250 71 113 0 42 377 74 51
Binary 1001001 101010 10101000 111001 1001011 0 100010 11111111 111100 101001

Color Harmonies of #492AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492AA8

Black with #492AA8

Text Example


Text Example

White with #492AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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