Html Css Color HEX #492EAC Blue Gem

📋 copy color: '#492EAC'

red 73 ◦ green 46 ◦ blue 172

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

Shades of Blue Gem #492EAC

Tints of Blue Gem #492EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.81%

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 25.09%
G = 15.81%
B = 59.11%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#492EAC (or 0x492EAC) is known color: Blue Gem. HEX triplet: 49, 2E and AC. RGB value is (73,46,172). Sum of RGB (Red+Green+Blue) = 73+46+172=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #492EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492EAC is #B6D153. Grayscale: #434343. Windows color (decimal): -11981140 or 11284041. OLE color: 11284041.

HSL color Cylindrical-coordinate representation of color #492EAC: hue angle of 252.86º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492EAC is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 46 172 -
CMYK 0.58 0.73 0 0.33
HSL 252.86º 0.58% 0.43% -
HSV(B) 252.86º 0.73% 0.67% -
XYZ 11.17 6.35 39.67 -
YUV 68.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 73 46 172 0.58 0.73 0 0.33 252.86 0.58 0.43
Hex 49 2E AC 3A 49 0 21 FD 3A 2B
Octal 111 56 254 72 111 0 41 375 72 53
Binary 1001001 101110 10101100 111010 1001001 0 100001 11111101 111010 101011

Color Harmonies of #492EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492EAC

Black with #492EAC

Text Example


Text Example

White with #492EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,46,172); }

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

background-color css

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

 a { background-color: rgb(73,46,172); }

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

border-color css

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

 span { border-color: rgb(73,46,172); }

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