#493BC9

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

Shades of Free Speech Blue #493BC9

Tints of Free Speech Blue #493BC9

Color information

#493BC9 (or 0x493BC9) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3B and C9. RGB value is (73,59,201). Sum of RGB (Red+Green+Blue) = 73+59+201=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #493BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BC9 is #B6C436. Grayscale: #4E4E4E. Windows color (decimal): -11977783 or 13187913. OLE color: 13187913.

HSL color Cylindrical-coordinate representation of color #493BC9: hue angle of 245.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #493BC9 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7359201-
CMYK0.640.7100.21
HSL245.92º56.8%50.98%-
HSV(B)245.92º70.65%78.82%-
XYZ14.858.7656.17-
YUV79.37196.64123.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 201 (78.91% from 255) = 60.36%
R=21.92%
G=17.72%
B=60.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73592010.640.7100.21245.9256.850.98
Hex493BC94047015f63933
Octal111733111001070253667163
Binary1001001111011110010011000000100011101010111110110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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