Html Css Color HEX #493794 Blue Gem

📋 copy color: '#493794'

red 73 ◦ green 55 ◦ blue 148

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

Shades of Blue Gem #493794

Tints of Blue Gem #493794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

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

R = 26.45%
G = 19.93%
B = 53.62%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493794 (or 0x493794) is known color: Blue Gem. HEX triplet: 49, 37 and 94. RGB value is (73,55,148). Sum of RGB (Red+Green+Blue) = 73+55+148=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #493794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493794 is #B6C86B. Grayscale: #464646. Windows color (decimal): -11978860 or 9713481. OLE color: 9713481.

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

Color convert

RGB 73 55 148 -
CMYK 0.51 0.63 0 0.42
HSL 251.61º 0.46% 0.4% -
HSV(B) 251.61º 0.63% 0.58% -
XYZ 9.46 6.29 28.73 -
YUV 70.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 73 55 148 0.51 0.63 0 0.42 251.61 0.46 0.4
Hex 49 37 94 33 3F 0 2A FC 2E 28
Octal 111 67 224 63 77 0 52 374 56 50
Binary 1001001 110111 10010100 110011 111111 0 101010 11111100 101110 101000

Color Harmonies of #493794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493794

Black with #493794

Text Example


Text Example

White with #493794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493794; }

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

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

background-color css

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

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

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

border-color css

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

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

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