#4150BA

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

Shades of Free Speech Blue #4150BA

Tints of Free Speech Blue #4150BA

Color information

#4150BA (or 0x4150BA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 50 and BA. RGB value is (65,80,186). Sum of RGB (Red+Green+Blue) = 65+80+186=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #4150BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150BA is #BEAF45. Grayscale: #575757. Windows color (decimal): -12496710 or 12210241. OLE color: 12210241.

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

Color convert

RGB6580186-
CMYK0.650.5700.27
HSL232.56º48.21%49.22%-
HSV(B)232.56º65.05%72.94%-
XYZ13.9110.4147.73-
YUV87.6183.53111.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=19.64%
G=24.17%
B=56.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65801860.650.5700.27232.5648.2149.22
Hex4150BA413901Be93031
Octal101120272101710333516061
Binary1000001101000010111010100000111100101101111101001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4150BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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