#4150AE

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

Shades of Free Speech Blue #4150AE

Tints of Free Speech Blue #4150AE

Color information

#4150AE (or 0x4150AE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 50 and AE. RGB value is (65,80,174). Sum of RGB (Red+Green+Blue) = 65+80+174=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #4150AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4150AE is #BEAF51. Grayscale: #555555. Windows color (decimal): -12496722 or 11423809. OLE color: 11423809.

HSL color Cylindrical-coordinate representation of color #4150AE: hue angle of 231.74º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4150AE is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6580174-
CMYK0.630.5400.32
HSL231.74º45.61%46.86%-
HSV(B)231.74º62.64%68.24%-
XYZ12.699.9241.29-
YUV86.23177.53112.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 174 (68.36% from 255) = 54.55%
R=20.38%
G=25.08%
B=54.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65801740.630.5400.32231.7445.6146.86
Hex4150AE3F36020e82e2f
Octal10112025677660403505657
Binary1000001101000010101110111111110110010000011101000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4150AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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