Html Css Color HEX #493785 Blue Gem

📋 copy color: '#493785'

red 73 ◦ green 55 ◦ blue 133

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

Shades of Blue Gem #493785

Tints of Blue Gem #493785

RGB

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

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

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

R = 27.97%
G = 21.07%
B = 50.96%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#493785 (or 0x493785) is known color: Blue Gem. HEX triplet: 49, 37 and 85. RGB value is (73,55,133). Sum of RGB (Red+Green+Blue) = 73+55+133=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #493785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493785 is #B6C87A. Grayscale: #444444. Windows color (decimal): -11978875 or 8730441. OLE color: 8730441.

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

Color convert

RGB 73 55 133 -
CMYK 0.45 0.59 0 0.48
HSL 253.85º 0.41% 0.37% -
HSV(B) 253.85º 0.59% 0.52% -
XYZ 8.35 5.84 22.88 -
YUV 69.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 73 55 133 0.45 0.59 0 0.48 253.85 0.41 0.37
Hex 49 37 85 2D 3B 0 30 FE 29 25
Octal 111 67 205 55 73 0 60 376 51 45
Binary 1001001 110111 10000101 101101 111011 0 110000 11111110 101001 100101

Color Harmonies of #493785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493785

Black with #493785

Text Example


Text Example

White with #493785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493785; }

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

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

background-color css

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

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

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

border-color css

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

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

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