Html Css Color HEX #493587 Blue Gem

📋 copy color: '#493587'

red 73 ◦ green 53 ◦ blue 135

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

Shades of Blue Gem #493587

Tints of Blue Gem #493587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.72%

R = 27.97%
G = 20.31%
B = 51.72%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#493587 (or 0x493587) is known color: Blue Gem. HEX triplet: 49, 35 and 87. RGB value is (73,53,135). Sum of RGB (Red+Green+Blue) = 73+53+135=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #493587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493587 is #B6CA78. Grayscale: #444444. Windows color (decimal): -11979385 or 8861001. OLE color: 8861001.

HSL color Cylindrical-coordinate representation of color #493587: hue angle of 254.63º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #493587 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 53 135 -
CMYK 0.46 0.61 0 0.47
HSL 254.63º 0.44% 0.37% -
HSV(B) 254.63º 0.61% 0.53% -
XYZ 8.39 5.71 23.58 -
YUV 68.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 73 53 135 0.46 0.61 0 0.47 254.63 0.44 0.37
Hex 49 35 87 2E 3D 0 2F FF 2C 25
Octal 111 65 207 56 75 0 57 377 54 45
Binary 1001001 110101 10000111 101110 111101 0 101111 11111111 101100 100101

Color Harmonies of #493587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493587

Black with #493587

Text Example


Text Example

White with #493587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493587; }

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

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

background-color css

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

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

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

border-color css

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

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

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