#4961ba

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

Shades of Free Speech Blue #4961BA

Tints of Free Speech Blue #4961BA

Color information

#4961BA (or 0x4961BA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 61 and BA. RGB value is (73,97,186). Sum of RGB (Red+Green+Blue) = 73+97+186=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #4961BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4961BA is #B69E45. Grayscale: #636363. Windows color (decimal): -11968070 or 12214601. OLE color: 12214601.

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

Color convert

RGB7397186-
CMYK0.610.4800.27
HSL227.26º45.02%50.78%-
HSV(B)227.26º60.75%72.94%-
XYZ15.8913.5148.23-
YUV99.97176.55108.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=20.51%
G=27.25%
B=52.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73971860.610.4800.27227.2645.0250.78
Hex4961BA3D3001Be32d33
Octal11114127275600333435563
Binary100100111000011011101011110111000001101111100011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4961ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4961ba; }

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

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

<style>
 a { background-color: #4961ba; }

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

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

<style>
 span { border-color: #4961ba; }

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

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