Html Css Color HEX #493EAA Blue Gem

📋 copy color: '#493EAA'

red 73 ◦ green 62 ◦ blue 170

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

Shades of Blue Gem #493EAA

Tints of Blue Gem #493EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.33%

 BLUE value IS 170 (66.8% from 255) = 55.74%

R = 23.93%
G = 20.33%
B = 55.74%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#493EAA (or 0x493EAA) is known color: Blue Gem. HEX triplet: 49, 3E and AA. RGB value is (73,62,170). Sum of RGB (Red+Green+Blue) = 73+62+170=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #493EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EAA is #B6C155. Grayscale: #4D4D4D. Windows color (decimal): -11977046 or 11157065. OLE color: 11157065.

HSL color Cylindrical-coordinate representation of color #493EAA: hue angle of 246.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493EAA is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 62 170 -
CMYK 0.57 0.64 0 0.33
HSL 246.11º 0.47% 0.45% -
HSV(B) 246.11º 0.64% 0.67% -
XYZ 11.73 7.76 38.91 -
YUV 77.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 73 62 170 0.57 0.64 0 0.33 246.11 0.47 0.45
Hex 49 3E AA 39 40 0 21 F6 2F 2D
Octal 111 76 252 71 100 0 41 366 57 55
Binary 1001001 111110 10101010 111001 1000000 0 100001 11110110 101111 101101

Color Harmonies of #493EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493EAA

Black with #493EAA

Text Example


Text Example

White with #493EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,170); }

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

background-color css

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

 a { background-color: rgb(73,62,170); }

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

border-color css

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

 span { border-color: rgb(73,62,170); }

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