#493BC1

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

Shades of Free Speech Blue #493BC1

Tints of Free Speech Blue #493BC1

Color information

#493BC1 (or 0x493BC1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3B and C1. RGB value is (73,59,193). Sum of RGB (Red+Green+Blue) = 73+59+193=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #493BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BC1 is #B6C43E. Grayscale: #4D4D4D. Windows color (decimal): -11977791 or 12663625. OLE color: 12663625.

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

Color convert

RGB7359193-
CMYK0.620.6900.24
HSL246.27º53.17%49.41%-
HSV(B)246.27º69.43%75.69%-
XYZ13.948.3951.34-
YUV78.46192.64124.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 193 (75.78% from 255) = 59.38%
R=22.46%
G=18.15%
B=59.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73591930.620.6900.24246.2753.1749.41
Hex493BC13E45018f63531
Octal11173301761050303666561
Binary100100111101111000001111110100010101100011110110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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