Html Css Color HEX #492FAE Blue Gem

📋 copy color: '#492FAE'

red 73 ◦ green 47 ◦ blue 174

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

Shades of Blue Gem #492FAE

Tints of Blue Gem #492FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.99%

 BLUE value IS 174 (68.36% from 255) = 59.18%

R = 24.83%
G = 15.99%
B = 59.18%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#492FAE (or 0x492FAE) is known color: Blue Gem. HEX triplet: 49, 2F and AE. RGB value is (73,47,174). Sum of RGB (Red+Green+Blue) = 73+47+174=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #492FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492FAE is #B6D051. Grayscale: #444444. Windows color (decimal): -11980882 or 11415369. OLE color: 11415369.

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

Color convert

RGB 73 47 174 -
CMYK 0.58 0.73 0 0.32
HSL 252.28º 0.57% 0.43% -
HSV(B) 252.28º 0.73% 0.68% -
XYZ 11.4 6.51 40.7 -
YUV 69.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 73 47 174 0.58 0.73 0 0.32 252.28 0.57 0.43
Hex 49 2F AE 3A 49 0 20 FC 39 2B
Octal 111 57 256 72 111 0 40 374 71 53
Binary 1001001 101111 10101110 111010 1001001 0 100000 11111100 111001 101011

Color Harmonies of #492FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FAE

Black with #492FAE

Text Example


Text Example

White with #492FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,47,174); }

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

background-color css

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

 a { background-color: rgb(73,47,174); }

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

border-color css

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

 span { border-color: rgb(73,47,174); }

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