Html Css Color HEX #493594 Blue Gem

📋 copy color: '#493594'

red 73 ◦ green 53 ◦ blue 148

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

Shades of Blue Gem #493594

Tints of Blue Gem #493594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

 BLUE value IS 148 (58.2% from 255) = 54.01%

R = 26.64%
G = 19.34%
B = 54.01%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493594 (or 0x493594) is known color: Blue Gem. HEX triplet: 49, 35 and 94. RGB value is (73,53,148). Sum of RGB (Red+Green+Blue) = 73+53+148=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #493594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493594 is #B6CA6B. Grayscale: #454545. Windows color (decimal): -11979372 or 9712969. OLE color: 9712969.

HSL color Cylindrical-coordinate representation of color #493594: hue angle of 252.63º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493594 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 53 148 -
CMYK 0.51 0.64 0 0.42
HSL 252.63º 0.47% 0.39% -
HSV(B) 252.63º 0.64% 0.58% -
XYZ 9.37 6.1 28.7 -
YUV 69.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 73 53 148 0.51 0.64 0 0.42 252.63 0.47 0.39
Hex 49 35 94 33 40 0 2A FD 2F 27
Octal 111 65 224 63 100 0 52 375 57 47
Binary 1001001 110101 10010100 110011 1000000 0 101010 11111101 101111 100111

Color Harmonies of #493594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493594

Black with #493594

Text Example


Text Example

White with #493594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493594; }

 p { color: rgb(73,53,148); }

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

background-color css

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

 a { background-color: rgb(73,53,148); }

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

border-color css

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

 span { border-color: rgb(73,53,148); }

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