Html Css Color HEX #493DAE Blue Gem

📋 copy color: '#493DAE'

red 73 ◦ green 61 ◦ blue 174

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

Shades of Blue Gem #493DAE

Tints of Blue Gem #493DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

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

R = 23.7%
G = 19.81%
B = 56.49%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#493DAE (or 0x493DAE) is known color: Blue Gem. HEX triplet: 49, 3D and AE. RGB value is (73,61,174). Sum of RGB (Red+Green+Blue) = 73+61+174=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #493DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493DAE is #B6C251. Grayscale: #4D4D4D. Windows color (decimal): -11977298 or 11418953. OLE color: 11418953.

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

Color convert

RGB 73 61 174 -
CMYK 0.58 0.65 0 0.32
HSL 246.37º 0.48% 0.46% -
HSV(B) 246.37º 0.65% 0.68% -
XYZ 12.06 7.81 40.92 -
YUV 77.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 73 61 174 0.58 0.65 0 0.32 246.37 0.48 0.46
Hex 49 3D AE 3A 41 0 20 F6 30 2E
Octal 111 75 256 72 101 0 40 366 60 56
Binary 1001001 111101 10101110 111010 1000001 0 100000 11110110 110000 101110

Color Harmonies of #493DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DAE

Black with #493DAE

Text Example


Text Example

White with #493DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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