#493ECF

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

Shades of Free Speech Blue #493ECF

Tints of Free Speech Blue #493ECF

Color information

#493ECF (or 0x493ECF) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3E and CF. RGB value is (73,62,207). Sum of RGB (Red+Green+Blue) = 73+62+207=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #493ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ECF is #B6C130. Grayscale: #515151. Windows color (decimal): -11977009 or 13581897. OLE color: 13581897.

HSL color Cylindrical-coordinate representation of color #493ECF: hue angle of 244.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493ECF is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7362207-
CMYK0.650.7000.19
HSL244.55º60.17%52.75%-
HSV(B)244.55º70.05%81.18%-
XYZ15.739.3760.01-
YUV81.82198.64121.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 207 (81.25% from 255) = 60.53%
R=21.35%
G=18.13%
B=60.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73622070.650.7000.19244.5560.1752.75
Hex493ECF4146013f53c35
Octal111763171011060233657465
Binary1001001111110110011111000001100011001001111110101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,62,207); }

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

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

 a { background-color: rgb(73,62,207); }

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

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

 span { border-color: rgb(73,62,207); }

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