#493DCA

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

Shades of Free Speech Blue #493DCA

Tints of Free Speech Blue #493DCA

Color information

#493DCA (or 0x493DCA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3D and CA. RGB value is (73,61,202). Sum of RGB (Red+Green+Blue) = 73+61+202=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #493DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DCA is #B6C235. Grayscale: #505050. Windows color (decimal): -11977270 or 13253961. OLE color: 13253961.

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

Color convert

RGB7361202-
CMYK0.640.7000.21
HSL245.11º57.09%51.57%-
HSV(B)245.11º69.8%79.22%-
XYZ15.089.0256.82-
YUV80.66196.48122.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 202 (79.30% from 255) = 60.12%
R=21.73%
G=18.15%
B=60.12%

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
Decimal73612020.640.7000.21245.1157.0951.57
Hex493DCA4046015f53934
Octal111753121001060253657164
Binary1001001111101110010101000000100011001010111110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,61,202); }

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

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

 a { background-color: rgb(73,61,202); }

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

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

 span { border-color: rgb(73,61,202); }

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