#493AC1

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

Shades of Free Speech Blue #493AC1

Tints of Free Speech Blue #493AC1

Color information

#493AC1 (or 0x493AC1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3A and C1. RGB value is (73,58,193). Sum of RGB (Red+Green+Blue) = 73+58+193=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #493AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493AC1 is #B6C53E. Grayscale: #4D4D4D. Windows color (decimal): -11978047 or 12663369. OLE color: 12663369.

HSL color Cylindrical-coordinate representation of color #493AC1: hue angle of 246.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493AC1 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7358193-
CMYK0.620.7000.24
HSL246.67º53.78%49.22%-
HSV(B)246.67º69.95%75.69%-
XYZ13.898.2951.32-
YUV77.88192.97124.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 58 (23.05% from 255) = 17.90%
BLUE value IS 193 (75.78% from 255) = 59.57%
R=22.53%
G=17.90%
B=59.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73581930.620.7000.24246.6753.7849.22
Hex493AC13E46018f73631
Octal11172301761060303676661
Binary100100111101011000001111110100011001100011110111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,58,193); }

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

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

 a { background-color: rgb(73,58,193); }

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

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

 span { border-color: rgb(73,58,193); }

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