Html Css Color HEX #493FA8 Blue Gem

📋 copy color: '#493FA8'

red 73 ◦ green 63 ◦ blue 168

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

Shades of Blue Gem #493FA8

Tints of Blue Gem #493FA8

RGB

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

 GREEN value IS 63 (25% from 255) = 20.72%

 BLUE value IS 168 (66.02% from 255) = 55.26%

R = 24.01%
G = 20.72%
B = 55.26%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#493FA8 (or 0x493FA8) is known color: Blue Gem. HEX triplet: 49, 3F and A8. RGB value is (73,63,168). Sum of RGB (Red+Green+Blue) = 73+63+168=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 168 (66.02% from 255 or 55.26% from 304); Max value from RGB is 168 - color contains mainly: blue. Hex color #493FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FA8 is #B6C057. Grayscale: #4D4D4D. Windows color (decimal): -11976792 or 11026249. OLE color: 11026249.

HSL color Cylindrical-coordinate representation of color #493FA8: hue angle of 245.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493FA8 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 63 168 -
CMYK 0.57 0.63 0 0.34
HSL 245.71º 0.45% 0.45% -
HSV(B) 245.71º 0.63% 0.66% -
XYZ 11.59 7.8 37.94 -
YUV 77.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 73 63 168 0.57 0.63 0 0.34 245.71 0.45 0.45
Hex 49 3F A8 39 3F 0 22 F6 2D 2D
Octal 111 77 250 71 77 0 42 366 55 55
Binary 1001001 111111 10101000 111001 111111 0 100010 11110110 101101 101101

Color Harmonies of #493FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FA8

Black with #493FA8

Text Example


Text Example

White with #493FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,168); }

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

background-color css

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

 a { background-color: rgb(73,63,168); }

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

border-color css

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

 span { border-color: rgb(73,63,168); }

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