Html Css Color HEX #493787 Blue Gem

📋 copy color: '#493787'

red 73 ◦ green 55 ◦ blue 135

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

Shades of Blue Gem #493787

Tints of Blue Gem #493787

RGB

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

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

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

R = 27.76%
G = 20.91%
B = 51.33%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#493787 (or 0x493787) is known color: Blue Gem. HEX triplet: 49, 37 and 87. RGB value is (73,55,135). Sum of RGB (Red+Green+Blue) = 73+55+135=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #493787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493787 is #B6C878. Grayscale: #454545. Windows color (decimal): -11978873 or 8861513. OLE color: 8861513.

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

Color convert

RGB 73 55 135 -
CMYK 0.46 0.59 0 0.47
HSL 253.5º 0.42% 0.37% -
HSV(B) 253.5º 0.59% 0.53% -
XYZ 8.49 5.9 23.61 -
YUV 69.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 73 55 135 0.46 0.59 0 0.47 253.5 0.42 0.37
Hex 49 37 87 2E 3B 0 2F FE 2A 25
Octal 111 67 207 56 73 0 57 376 52 45
Binary 1001001 110111 10000111 101110 111011 0 101111 11111110 101010 100101

Color Harmonies of #493787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493787

Black with #493787

Text Example


Text Example

White with #493787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493787; }

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

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

background-color css

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

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

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

border-color css

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

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

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