#493ECB

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

Shades of Free Speech Blue #493ECB

Tints of Free Speech Blue #493ECB

Color information

#493ECB (or 0x493ECB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3E and CB. RGB value is (73,62,203). Sum of RGB (Red+Green+Blue) = 73+62+203=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #493ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ECB is #B6C134. Grayscale: #505050. Windows color (decimal): -11977013 or 13319753. OLE color: 13319753.

HSL color Cylindrical-coordinate representation of color #493ECB: hue angle of 244.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #493ECB is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7362203-
CMYK0.640.6900.20
HSL244.68º57.55%51.96%-
HSV(B)244.68º69.46%79.61%-
XYZ15.259.1757.47-
YUV81.36196.64122.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 62 (24.61% from 255) = 18.34%
BLUE value IS 203 (79.69% from 255) = 60.06%
R=21.60%
G=18.34%
B=60.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal73622030.640.6900.20244.6857.5551.96
Hex493ECB4045014f53a34
Octal111763131001050243657264
Binary1001001111110110010111000000100010101010011110101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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