#493FD4

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

Shades of Free Speech Blue #493FD4

Tints of Free Speech Blue #493FD4

Color information

#493FD4 (or 0x493FD4) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3F and D4. RGB value is (73,63,212). Sum of RGB (Red+Green+Blue) = 73+63+212=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 212 (83.20% from 255 or 60.92% from 348); Max value from RGB is 212 - color contains mainly: blue. Hex color #493FD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FD4 is #B6C02B. Grayscale: #525252. Windows color (decimal): -11976748 or 13909833. OLE color: 13909833.

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

Color convert

RGB7363212-
CMYK0.660.7000.17
HSL244.03º63.4%53.92%-
HSV(B)244.03º70.28%83.14%-
XYZ16.419.7263.3-
YUV82.98200.81120.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 63 (25% from 255) = 18.10%
BLUE value IS 212 (83.20% from 255) = 60.92%
R=20.98%
G=18.10%
B=60.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal73632120.660.7000.17244.0363.453.92
Hex493FD44246011f43f36
Octal111773241021060213647766
Binary1001001111111110101001000010100011001000111110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,212); }

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

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

 a { background-color: rgb(73,63,212); }

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

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

 span { border-color: rgb(73,63,212); }

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