Html Css Color HEX #493387 Blue Gem

📋 copy color: '#493387'

red 73 ◦ green 51 ◦ blue 135

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

Shades of Blue Gem #493387

Tints of Blue Gem #493387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

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

R = 28.19%
G = 19.69%
B = 52.12%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#493387 (or 0x493387) is known color: Blue Gem. HEX triplet: 49, 33 and 87. RGB value is (73,51,135). Sum of RGB (Red+Green+Blue) = 73+51+135=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #493387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493387 is #B6CC78. Grayscale: #424242. Windows color (decimal): -11979897 or 8860489. OLE color: 8860489.

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

Color convert

RGB 73 51 135 -
CMYK 0.46 0.62 0 0.47
HSL 255.71º 0.45% 0.36% -
HSV(B) 255.71º 0.62% 0.53% -
XYZ 8.3 5.53 23.55 -
YUV 67.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 73 51 135 0.46 0.62 0 0.47 255.71 0.45 0.36
Hex 49 33 87 2E 3E 0 2F 100 2D 24
Octal 111 63 207 56 76 0 57 400 55 44
Binary 1001001 110011 10000111 101110 111110 0 101111 100000000 101101 100100

Color Harmonies of #493387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493387

Black with #493387

Text Example


Text Example

White with #493387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493387; }

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

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

background-color css

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

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

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

border-color css

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

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

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