#493cdb

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

Shades of Free Speech Blue #493CDB

Tints of Free Speech Blue #493CDB

Color information

#493CDB (or 0x493CDB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3C and DB. RGB value is (73,60,219). Sum of RGB (Red+Green+Blue) = 73+60+219=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #493CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CDB is #B6C324. Grayscale: #515151. Windows color (decimal): -11977509 or 14367817. OLE color: 14367817.

HSL color Cylindrical-coordinate representation of color #493CDB: hue angle of 244.91º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493CDB is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7360219-
CMYK0.670.7300.14
HSL244.91º68.83%54.71%-
HSV(B)244.91º72.6%85.88%-
XYZ17.159.7668-
YUV82.01205.31121.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 60 (23.83% from 255) = 17.05%
BLUE value IS 219 (85.94% from 255) = 62.22%
R=20.74%
G=17.05%
B=62.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73602190.670.7300.14244.9168.8354.71
Hex493CDB43490Ef54537
Octal1117433310311101636510567
Binary1001001111100110110111000011100100101110111101011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493cdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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