#493CC9

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

Shades of Free Speech Blue #493CC9

Tints of Free Speech Blue #493CC9

Color information

#493CC9 (or 0x493CC9) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3C and C9. RGB value is (73,60,201). Sum of RGB (Red+Green+Blue) = 73+60+201=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 201 (78.91% from 255 or 60.18% from 334); Max value from RGB is 201 - color contains mainly: blue. Hex color #493CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CC9 is #B6C336. Grayscale: #4F4F4F. Windows color (decimal): -11977527 or 13188169. OLE color: 13188169.

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

Color convert

RGB7360201-
CMYK0.640.7000.21
HSL245.53º56.63%51.18%-
HSV(B)245.53º70.15%78.82%-
XYZ14.918.8756.18-
YUV79.96196.31123.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 60 (23.83% from 255) = 17.96%
BLUE value IS 201 (78.91% from 255) = 60.18%
R=21.86%
G=17.96%
B=60.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73602010.640.7000.21245.5356.6351.18
Hex493CC94046015f63933
Octal111743111001060253667163
Binary1001001111100110010011000000100011001010111110110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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