Html Css Color HEX #493487 Blue Gem

📋 copy color: '#493487'

red 73 ◦ green 52 ◦ blue 135

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

Shades of Blue Gem #493487

Tints of Blue Gem #493487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

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

R = 28.08%
G = 20%
B = 51.92%

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

#493487 (or 0x493487) is known color: Blue Gem. HEX triplet: 49, 34 and 87. RGB value is (73,52,135). Sum of RGB (Red+Green+Blue) = 73+52+135=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #493487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493487 is #B6CB78. Grayscale: #434343. Windows color (decimal): -11979641 or 8860745. OLE color: 8860745.

HSL color Cylindrical-coordinate representation of color #493487: hue angle of 255.18º 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 #493487 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 52 135 -
CMYK 0.46 0.61 0 0.47
HSL 255.18º 0.44% 0.37% -
HSV(B) 255.18º 0.61% 0.53% -
XYZ 8.35 5.62 23.57 -
YUV 67.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 73 52 135 0.46 0.61 0 0.47 255.18 0.44 0.37
Hex 49 34 87 2E 3D 0 2F FF 2C 25
Octal 111 64 207 56 75 0 57 377 54 45
Binary 1001001 110100 10000111 101110 111101 0 101111 11111111 101100 100101

Color Harmonies of #493487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493487

Black with #493487

Text Example


Text Example

White with #493487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493487; }

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

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

background-color css

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

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

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

border-color css

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

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

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