#493CBE

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

Shades of Free Speech Blue #493CBE

Tints of Free Speech Blue #493CBE

Color information

#493CBE (or 0x493CBE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3C and BE. RGB value is (73,60,190). Sum of RGB (Red+Green+Blue) = 73+60+190=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #493CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CBE is #B6C341. Grayscale: #4E4E4E. Windows color (decimal): -11977538 or 12467273. OLE color: 12467273.

HSL color Cylindrical-coordinate representation of color #493CBE: hue angle of 246º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493CBE is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7360190-
CMYK0.620.6800.25
HSL246º52%49.02%-
HSV(B)246º68.42%74.51%-
XYZ13.668.3749.61-
YUV78.71190.81123.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 60 (23.83% from 255) = 18.58%
BLUE value IS 190 (74.61% from 255) = 58.82%
R=22.60%
G=18.58%
B=58.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73601900.620.6800.252465249.02
Hex493CBE3E44019f63431
Octal11174276761040313666461
Binary100100111110010111110111110100010001100111110110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,60,190); }

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

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

 a { background-color: rgb(73,60,190); }

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

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

 span { border-color: rgb(73,60,190); }

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