#493CBB

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

Shades of Free Speech Blue #493CBB

Tints of Free Speech Blue #493CBB

Color information

#493CBB (or 0x493CBB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3C and BB. RGB value is (73,60,187). Sum of RGB (Red+Green+Blue) = 73+60+187=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #493CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CBB is #B6C344. Grayscale: #4D4D4D. Windows color (decimal): -11977541 or 12270665. OLE color: 12270665.

HSL color Cylindrical-coordinate representation of color #493CBB: hue angle of 246.14º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493CBB is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7360187-
CMYK0.610.6800.27
HSL246.14º51.42%48.43%-
HSV(B)246.14º67.91%73.33%-
XYZ13.338.2447.9-
YUV78.36189.31124.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 187 (73.44% from 255) = 58.44%
R=22.81%
G=18.75%
B=58.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73601870.610.6800.27246.1451.4248.43
Hex493CBB3D4401Bf63330
Octal11174273751040333666360
Binary100100111110010111011111101100010001101111110110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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