Html Css Color HEX #493B8C Blue Gem

📋 copy color: '#493B8C'

red 73 ◦ green 59 ◦ blue 140

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

Shades of Blue Gem #493B8C

Tints of Blue Gem #493B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.47%

R = 26.84%
G = 21.69%
B = 51.47%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#493B8C (or 0x493B8C) is known color: Blue Gem. HEX triplet: 49, 3B and 8C. RGB value is (73,59,140). Sum of RGB (Red+Green+Blue) = 73+59+140=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #493B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493B8C is #B6C473. Grayscale: #484848. Windows color (decimal): -11977844 or 9190217. OLE color: 9190217.

HSL color Cylindrical-coordinate representation of color #493B8C: hue angle of 250.37º 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 #493B8C is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 59 140 -
CMYK 0.48 0.58 0 0.45
HSL 250.37º 0.41% 0.39% -
HSV(B) 250.37º 0.58% 0.55% -
XYZ 9.05 6.44 25.58 -
YUV 72.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 73 59 140 0.48 0.58 0 0.45 250.37 0.41 0.39
Hex 49 3B 8C 30 3A 0 2D FA 29 27
Octal 111 73 214 60 72 0 55 372 51 47
Binary 1001001 111011 10001100 110000 111010 0 101101 11111010 101001 100111

Color Harmonies of #493B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B8C

Black with #493B8C

Text Example


Text Example

White with #493B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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