#4161BA

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

Shades of Free Speech Blue #4161BA

Tints of Free Speech Blue #4161BA

Color information

#4161BA (or 0x4161BA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 61 and BA. RGB value is (65,97,186). Sum of RGB (Red+Green+Blue) = 65+97+186=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #4161BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4161BA is #BE9E45. Grayscale: #616161. Windows color (decimal): -12492358 or 12214593. OLE color: 12214593.

HSL color Cylindrical-coordinate representation of color #4161BA: hue angle of 224.13º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4161BA is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6597186-
CMYK0.650.4800.27
HSL224.13º48.21%49.22%-
HSV(B)224.13º65.05%72.94%-
XYZ15.3213.2248.2-
YUV97.58177.9104.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=18.68%
G=27.87%
B=53.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65971860.650.4800.27224.1348.2149.22
Hex4161BA413001Be03031
Octal101141272101600333406061
Binary1000001110000110111010100000111000001101111100000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4161BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4161BA; }

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

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

<style>
 a { background-color: #4161BA; }

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

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

<style>
 span { border-color: #4161BA; }

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

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