Html Css Color HEX #493C9C Blue Gem

📋 copy color: '#493C9C'

red 73 ◦ green 60 ◦ blue 156

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

Shades of Blue Gem #493C9C

Tints of Blue Gem #493C9C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.76%

 BLUE value IS 156 (61.33% from 255) = 53.98%

R = 25.26%
G = 20.76%
B = 53.98%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#493C9C (or 0x493C9C) is known color: Blue Gem. HEX triplet: 49, 3C and 9C. RGB value is (73,60,156). Sum of RGB (Red+Green+Blue) = 73+60+156=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #493C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493C9C is #B6C363. Grayscale: #4A4A4A. Windows color (decimal): -11977572 or 10239049. OLE color: 10239049.

HSL color Cylindrical-coordinate representation of color #493C9C: hue angle of 248.12º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493C9C is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 60 156 -
CMYK 0.53 0.62 0 0.39
HSL 248.13º 0.44% 0.42% -
HSV(B) 248.13º 0.62% 0.61% -
XYZ 10.36 7.05 32.27 -
YUV 74.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 73 60 156 0.53 0.62 0 0.39 248.13 0.44 0.42
Hex 49 3C 9C 35 3E 0 27 F8 2C 2A
Octal 111 74 234 65 76 0 47 370 54 52
Binary 1001001 111100 10011100 110101 111110 0 100111 11111000 101100 101010

Color Harmonies of #493C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C9C

Black with #493C9C

Text Example


Text Example

White with #493C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493C9C; }

 p { color: rgb(73,60,156); }

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

background-color css

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

 a { background-color: rgb(73,60,156); }

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

border-color css

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

 span { border-color: rgb(73,60,156); }

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