#493FBD

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

Shades of Free Speech Blue #493FBD

Tints of Free Speech Blue #493FBD

Color information

#493FBD (or 0x493FBD) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3F and BD. RGB value is (73,63,189). Sum of RGB (Red+Green+Blue) = 73+63+189=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #493FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FBD is #B6C042. Grayscale: #4F4F4F. Windows color (decimal): -11976771 or 12402505. OLE color: 12402505.

HSL color Cylindrical-coordinate representation of color #493FBD: hue angle of 244.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493FBD is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7363189-
CMYK0.610.6700.26
HSL244.76º50%49.41%-
HSV(B)244.76º66.67%74.12%-
XYZ13.718.6549.09-
YUV80.35189.31122.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 189 (74.22% from 255) = 58.15%
R=22.46%
G=19.38%
B=58.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal73631890.610.6700.26244.765049.41
Hex493FBD3D4301Af53231
Octal11177275751030323656261
Binary100100111111110111101111101100001101101011110101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,189); }

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

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

 a { background-color: rgb(73,63,189); }

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

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

 span { border-color: rgb(73,63,189); }

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