#493ED0

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

Shades of Free Speech Blue #493ED0

Tints of Free Speech Blue #493ED0

Color information

#493ED0 (or 0x493ED0) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3E and D0. RGB value is (73,62,208). Sum of RGB (Red+Green+Blue) = 73+62+208=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #493ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ED0 is #B6C12F. Grayscale: #515151. Windows color (decimal): -11977008 or 13647433. OLE color: 13647433.

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

Color convert

RGB7362208-
CMYK0.650.7000.18
HSL244.52º60.83%52.94%-
HSV(B)244.52º70.19%81.57%-
XYZ15.869.4260.66-
YUV81.93199.14121.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 208 (81.64% from 255) = 60.64%
R=21.28%
G=18.08%
B=60.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73622080.650.7000.18244.5260.8352.94
Hex493ED04146012f53d35
Octal111763201011060223657565
Binary1001001111110110100001000001100011001001011110101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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