Html Css Color HEX #493583 Blue Gem

📋 copy color: '#493583'

red 73 ◦ green 53 ◦ blue 131

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

Shades of Blue Gem #493583

Tints of Blue Gem #493583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.97%

R = 28.4%
G = 20.62%
B = 50.97%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#493583 (or 0x493583) is known color: Blue Gem. HEX triplet: 49, 35 and 83. RGB value is (73,53,131). Sum of RGB (Red+Green+Blue) = 73+53+131=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #493583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493583 is #B6CA7C. Grayscale: #434343. Windows color (decimal): -11979389 or 8598857. OLE color: 8598857.

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

Color convert

RGB 73 53 131 -
CMYK 0.44 0.60 0 0.49
HSL 255.38º 0.42% 0.36% -
HSV(B) 255.38º 0.6% 0.51% -
XYZ 8.12 5.6 22.13 -
YUV 67.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 73 53 131 0.44 0.60 0 0.49 255.38 0.42 0.36
Hex 49 35 83 2C 3C 0 31 FF 2A 24
Octal 111 65 203 54 74 0 61 377 52 44
Binary 1001001 110101 10000011 101100 111100 0 110001 11111111 101010 100100

Color Harmonies of #493583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493583

Black with #493583

Text Example


Text Example

White with #493583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493583; }

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

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

background-color css

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

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

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

border-color css

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

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

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