#4151BA

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

Shades of Free Speech Blue #4151BA

Tints of Free Speech Blue #4151BA

Color information

#4151BA (or 0x4151BA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 51 and BA. RGB value is (65,81,186). Sum of RGB (Red+Green+Blue) = 65+81+186=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #4151BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4151BA is #BEAE45. Grayscale: #575757. Windows color (decimal): -12496454 or 12210497. OLE color: 12210497.

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

Color convert

RGB6581186-
CMYK0.650.5600.27
HSL232.07º48.21%49.22%-
HSV(B)232.07º65.05%72.94%-
XYZ13.9910.5547.75-
YUV88.19183.2111.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.58%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=19.58%
G=24.40%
B=56.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65811860.650.5600.27232.0748.2149.22
Hex4151BA413801Be83031
Octal101121272101700333506061
Binary1000001101000110111010100000111100001101111101000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4151BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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