#493DD1

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

Shades of Free Speech Blue #493DD1

Tints of Free Speech Blue #493DD1

Color information

#493DD1 (or 0x493DD1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3D and D1. RGB value is (73,61,209). Sum of RGB (Red+Green+Blue) = 73+61+209=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 209 (82.03% from 255 or 60.93% from 343); Max value from RGB is 209 - color contains mainly: blue. Hex color #493DD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DD1 is #B6C22E. Grayscale: #505050. Windows color (decimal): -11977263 or 13712713. OLE color: 13712713.

HSL color Cylindrical-coordinate representation of color #493DD1: hue angle of 244.86º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #493DD1 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7361209-
CMYK0.650.7100.18
HSL244.86º61.67%52.94%-
HSV(B)244.86º70.81%81.96%-
XYZ15.939.3661.29-
YUV81.46199.98121.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 61 (24.22% from 255) = 17.78%
BLUE value IS 209 (82.03% from 255) = 60.93%
R=21.28%
G=17.78%
B=60.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73612090.650.7100.18244.8661.6752.94
Hex493DD14147012f53e35
Octal111753211011070223657665
Binary1001001111101110100011000001100011101001011110101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,61,209); }

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

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

 a { background-color: rgb(73,61,209); }

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

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

 span { border-color: rgb(73,61,209); }

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