Html Css Color HEX #493582 Blue Gem

📋 copy color: '#493582'

red 73 ◦ green 53 ◦ blue 130

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

Shades of Blue Gem #493582

Tints of Blue Gem #493582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.7%

 BLUE value IS 130 (51.17% from 255) = 50.78%

R = 28.52%
G = 20.7%
B = 50.78%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#493582 (or 0x493582) is known color: Blue Gem. HEX triplet: 49, 35 and 82. RGB value is (73,53,130). Sum of RGB (Red+Green+Blue) = 73+53+130=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #493582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493582 is #B6CA7D. Grayscale: #434343. Windows color (decimal): -11979390 or 8533321. OLE color: 8533321.

HSL color Cylindrical-coordinate representation of color #493582: hue angle of 255.58º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493582 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 53 130 -
CMYK 0.44 0.59 0 0.49
HSL 255.58º 0.42% 0.36% -
HSV(B) 255.58º 0.59% 0.51% -
XYZ 8.05 5.57 21.77 -
YUV 67.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 73 53 130 0.44 0.59 0 0.49 255.58 0.42 0.36
Hex 49 35 82 2C 3B 0 31 100 2A 24
Octal 111 65 202 54 73 0 61 400 52 44
Binary 1001001 110101 10000010 101100 111011 0 110001 100000000 101010 100100

Color Harmonies of #493582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493582

Black with #493582

Text Example


Text Example

White with #493582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493582; }

 p { color: rgb(73,53,130); }

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

background-color css

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

 a { background-color: rgb(73,53,130); }

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

border-color css

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

 span { border-color: rgb(73,53,130); }

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