Html Css Color HEX #493485 Blue Gem

📋 copy color: '#493485'

red 73 ◦ green 52 ◦ blue 133

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

Shades of Blue Gem #493485

Tints of Blue Gem #493485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.55%

R = 28.29%
G = 20.16%
B = 51.55%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#493485 (or 0x493485) is known color: Blue Gem. HEX triplet: 49, 34 and 85. RGB value is (73,52,133). Sum of RGB (Red+Green+Blue) = 73+52+133=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #493485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493485 is #B6CB7A. Grayscale: #434343. Windows color (decimal): -11979643 or 8729673. OLE color: 8729673.

HSL color Cylindrical-coordinate representation of color #493485: hue angle of 255.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #493485 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 52 133 -
CMYK 0.45 0.61 0 0.48
HSL 255.56º 0.44% 0.36% -
HSV(B) 255.56º 0.61% 0.52% -
XYZ 8.21 5.57 22.83 -
YUV 67.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 73 52 133 0.45 0.61 0 0.48 255.56 0.44 0.36
Hex 49 34 85 2D 3D 0 30 100 2C 24
Octal 111 64 205 55 75 0 60 400 54 44
Binary 1001001 110100 10000101 101101 111101 0 110000 100000000 101100 100100

Color Harmonies of #493485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493485

Black with #493485

Text Example


Text Example

White with #493485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493485; }

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

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

background-color css

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

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

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

border-color css

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

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

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