Html Css Color HEX #493A8B Blue Gem

📋 copy color: '#493A8B'

red 73 ◦ green 58 ◦ blue 139

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

Shades of Blue Gem #493A8B

Tints of Blue Gem #493A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 27.04%
G = 21.48%
B = 51.48%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#493A8B (or 0x493A8B) is known color: Blue Gem. HEX triplet: 49, 3A and 8B. RGB value is (73,58,139). Sum of RGB (Red+Green+Blue) = 73+58+139=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #493A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493A8B is #B6C574. Grayscale: #474747. Windows color (decimal): -11978101 or 9124425. OLE color: 9124425.

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

Color convert

RGB 73 58 139 -
CMYK 0.47 0.58 0 0.45
HSL 251.11º 0.41% 0.39% -
HSV(B) 251.11º 0.58% 0.55% -
XYZ 8.92 6.31 25.17 -
YUV 71.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 73 58 139 0.47 0.58 0 0.45 251.11 0.41 0.39
Hex 49 3A 8B 2F 3A 0 2D FB 29 27
Octal 111 72 213 57 72 0 55 373 51 47
Binary 1001001 111010 10001011 101111 111010 0 101101 11111011 101001 100111

Color Harmonies of #493A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A8B

Black with #493A8B

Text Example


Text Example

White with #493A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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