#494CBA

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

Shades of Free Speech Blue #494CBA

Tints of Free Speech Blue #494CBA

Color information

#494CBA (or 0x494CBA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4C and BA. RGB value is (73,76,186). Sum of RGB (Red+Green+Blue) = 73+76+186=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #494CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CBA is #B6B345. Grayscale: #575757. Windows color (decimal): -11973446 or 12209225. OLE color: 12209225.

HSL color Cylindrical-coordinate representation of color #494CBA: hue angle of 238.41º 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 #494CBA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7376186-
CMYK0.610.5900.27
HSL238.41º45.02%50.78%-
HSV(B)238.41º60.75%72.94%-
XYZ14.210.1347.66-
YUV87.64183.51117.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 76 (30.08% from 255) = 22.69%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=21.79%
G=22.69%
B=55.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73761860.610.5900.27238.4145.0250.78
Hex494CBA3D3B01Bee2d33
Octal11111427275730333565563
Binary100100110011001011101011110111101101101111101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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