#494aba

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

Shades of Free Speech Blue #494ABA

Tints of Free Speech Blue #494ABA

Color information

#494ABA (or 0x494ABA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4A and BA. RGB value is (73,74,186). Sum of RGB (Red+Green+Blue) = 73+74+186=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #494ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494ABA is #B6B545. Grayscale: #565656. Windows color (decimal): -11973958 or 12208713. OLE color: 12208713.

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

Color convert

RGB7374186-
CMYK0.610.6000.27
HSL239.47º45.02%50.78%-
HSV(B)239.47º60.75%72.94%-
XYZ14.069.8647.62-
YUV86.47184.17118.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=21.92%
G=22.22%
B=55.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73741860.610.6000.27239.4745.0250.78
Hex494ABA3D3C01Bef2d33
Octal11111227275740333575563
Binary100100110010101011101011110111110001101111101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494aba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494aba; }

 p { color: rgb(73,74,186); }

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

<style>
 a { background-color: #494aba; }

 a { background-color: rgb(73,74,186); }

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

<style>
 span { border-color: #494aba; }

 span { border-color: rgb(73,74,186); }

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