Html Css Color HEX #493AAE Blue Gem

📋 copy color: '#493AAE'

red 73 ◦ green 58 ◦ blue 174

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

Shades of Blue Gem #493AAE

Tints of Blue Gem #493AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.02%

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

R = 23.93%
G = 19.02%
B = 57.05%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#493AAE (or 0x493AAE) is known color: Blue Gem. HEX triplet: 49, 3A and AE. RGB value is (73,58,174). Sum of RGB (Red+Green+Blue) = 73+58+174=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #493AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493AAE is #B6C551. Grayscale: #4B4B4B. Windows color (decimal): -11978066 or 11418185. OLE color: 11418185.

HSL color Cylindrical-coordinate representation of color #493AAE: hue angle of 247.76º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493AAE is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 58 174 -
CMYK 0.58 0.67 0 0.32
HSL 247.76º 0.5% 0.45% -
HSV(B) 247.76º 0.67% 0.68% -
XYZ 11.9 7.5 40.86 -
YUV 75.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 73 58 174 0.58 0.67 0 0.32 247.76 0.5 0.45
Hex 49 3A AE 3A 43 0 20 F8 32 2D
Octal 111 72 256 72 103 0 40 370 62 55
Binary 1001001 111010 10101110 111010 1000011 0 100000 11111000 110010 101101

Color Harmonies of #493AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493AAE

Black with #493AAE

Text Example


Text Example

White with #493AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493AAE; }

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

 H1.HeaderClassName
 {
   color: #493AAE;
 }
 .AnyTagClassName
 {
   color: #493AAE;
 }
</style>

background-color css

<style>
 a { background-color: #493AAE; }

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

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

border-color css

<style>
 span { border-color: #493AAE; }

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

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