Html Css Color HEX #493A8A Blue Gem

📋 copy color: '#493A8A'

red 73 ◦ green 58 ◦ blue 138

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

Shades of Blue Gem #493A8A

Tints of Blue Gem #493A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.3%

R = 27.14%
G = 21.56%
B = 51.3%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#493A8A (or 0x493A8A) is known color: Blue Gem. HEX triplet: 49, 3A and 8A. RGB value is (73,58,138). Sum of RGB (Red+Green+Blue) = 73+58+138=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #493A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493A8A is #B6C575. Grayscale: #474747. Windows color (decimal): -11978102 or 9058889. OLE color: 9058889.

HSL color Cylindrical-coordinate representation of color #493A8A: hue angle of 251.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493A8A is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 58 138 -
CMYK 0.47 0.58 0 0.46
HSL 251.25º 0.41% 0.38% -
HSV(B) 251.25º 0.58% 0.54% -
XYZ 8.85 6.28 24.79 -
YUV 71.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 73 58 138 0.47 0.58 0 0.46 251.25 0.41 0.38
Hex 49 3A 8A 2F 3A 0 2E FB 29 26
Octal 111 72 212 57 72 0 56 373 51 46
Binary 1001001 111010 10001010 101111 111010 0 101110 11111011 101001 100110

Color Harmonies of #493A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A8A

Black with #493A8A

Text Example


Text Example

White with #493A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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