#493CC5

Color #493CC5 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #493CC5

Tints of Free Speech Blue #493CC5

Color information

#493CC5 (or 0x493CC5) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3C and C5. RGB value is (73,60,197). Sum of RGB (Red+Green+Blue) = 73+60+197=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 197 (77.34% from 255 or 59.70% from 330); Max value from RGB is 197 - color contains mainly: blue. Hex color #493CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CC5 is #B6C33A. Grayscale: #4E4E4E. Windows color (decimal): -11977531 or 12926025. OLE color: 12926025.

HSL color Cylindrical-coordinate representation of color #493CC5: hue angle of 245.69º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493CC5 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7360197-
CMYK0.630.7000.23
HSL245.69º54.15%50.39%-
HSV(B)245.69º69.54%77.25%-
XYZ14.448.6853.74-
YUV79.5194.31123.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 197 (77.34% from 255) = 59.70%
R=22.12%
G=18.18%
B=59.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73601970.630.7000.23245.6954.1550.39
Hex493CC53F46017f63632
Octal11174305771060273666662
Binary100100111110011000101111111100011001011111110110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #493CC5;
 }
 .AnyTagClassName
 {
   color: #493CC5;
 }
</style>
background-color css

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

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

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

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

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

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