Html Css Color HEX #493598 Blue Gem

📋 copy color: '#493598'

red 73 ◦ green 53 ◦ blue 152

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

Shades of Blue Gem #493598

Tints of Blue Gem #493598

RGB

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

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

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

R = 26.26%
G = 19.06%
B = 54.68%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#493598 (or 0x493598) is known color: Blue Gem. HEX triplet: 49, 35 and 98. RGB value is (73,53,152). Sum of RGB (Red+Green+Blue) = 73+53+152=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #493598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493598 is #B6CA67. Grayscale: #454545. Windows color (decimal): -11979368 or 9975113. OLE color: 9975113.

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

Color convert

RGB 73 53 152 -
CMYK 0.52 0.65 0 0.40
HSL 252.12º 0.48% 0.4% -
HSV(B) 252.12º 0.65% 0.6% -
XYZ 9.69 6.23 30.4 -
YUV 70.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 73 53 152 0.52 0.65 0 0.40 252.12 0.48 0.4
Hex 49 35 98 34 41 0 28 FC 30 28
Octal 111 65 230 64 101 0 50 374 60 50
Binary 1001001 110101 10011000 110100 1000001 0 101000 11111100 110000 101000

Color Harmonies of #493598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493598

Black with #493598

Text Example


Text Example

White with #493598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493598; }

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

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

background-color css

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

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

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

border-color css

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

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

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