Html Css Color HEX #493698 Blue Gem

📋 copy color: '#493698'

red 73 ◦ green 54 ◦ blue 152

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

Shades of Blue Gem #493698

Tints of Blue Gem #493698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

 BLUE value IS 152 (59.77% from 255) = 54.48%

R = 26.16%
G = 19.35%
B = 54.48%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#493698 (or 0x493698) is known color: Blue Gem. HEX triplet: 49, 36 and 98. RGB value is (73,54,152). Sum of RGB (Red+Green+Blue) = 73+54+152=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #493698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493698 is #B6C967. Grayscale: #464646. Windows color (decimal): -11979112 or 9975369. OLE color: 9975369.

HSL color Cylindrical-coordinate representation of color #493698: hue angle of 251.63º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493698 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 54 152 -
CMYK 0.52 0.64 0 0.40
HSL 251.63º 0.48% 0.4% -
HSV(B) 251.63º 0.64% 0.6% -
XYZ 9.73 6.32 30.41 -
YUV 70.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 73 54 152 0.52 0.64 0 0.40 251.63 0.48 0.4
Hex 49 36 98 34 40 0 28 FC 30 28
Octal 111 66 230 64 100 0 50 374 60 50
Binary 1001001 110110 10011000 110100 1000000 0 101000 11111100 110000 101000

Color Harmonies of #493698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493698

Black with #493698

Text Example


Text Example

White with #493698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493698; }

 p { color: rgb(73,54,152); }

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

background-color css

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

 a { background-color: rgb(73,54,152); }

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

border-color css

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

 span { border-color: rgb(73,54,152); }

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