Html Css Color HEX #493BAE Blue Gem

📋 copy color: '#493BAE'

red 73 ◦ green 59 ◦ blue 174

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

Shades of Blue Gem #493BAE

Tints of Blue Gem #493BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

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

R = 23.86%
G = 19.28%
B = 56.86%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#493BAE (or 0x493BAE) is known color: Blue Gem. HEX triplet: 49, 3B and AE. RGB value is (73,59,174). Sum of RGB (Red+Green+Blue) = 73+59+174=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #493BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493BAE is #B6C451. Grayscale: #4B4B4B. Windows color (decimal): -11977810 or 11418441. OLE color: 11418441.

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

Color convert

RGB 73 59 174 -
CMYK 0.58 0.66 0 0.32
HSL 247.3º 0.49% 0.46% -
HSV(B) 247.3º 0.66% 0.68% -
XYZ 11.95 7.6 40.88 -
YUV 76.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 73 59 174 0.58 0.66 0 0.32 247.3 0.49 0.46
Hex 49 3B AE 3A 42 0 20 F7 31 2E
Octal 111 73 256 72 102 0 40 367 61 56
Binary 1001001 111011 10101110 111010 1000010 0 100000 11110111 110001 101110

Color Harmonies of #493BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BAE

Black with #493BAE

Text Example


Text Example

White with #493BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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