#4150AD

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

Shades of Free Speech Blue #4150AD

Tints of Free Speech Blue #4150AD

Color information

#4150AD (or 0x4150AD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 50 and AD. RGB value is (65,80,173). Sum of RGB (Red+Green+Blue) = 65+80+173=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #4150AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4150AD is #BEAF52. Grayscale: #555555. Windows color (decimal): -12496723 or 11358273. OLE color: 11358273.

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

Color convert

RGB6580173-
CMYK0.620.5400.32
HSL231.67º45.38%46.67%-
HSV(B)231.67º62.43%67.84%-
XYZ12.599.8840.78-
YUV86.12177.03112.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=20.44%
G=25.16%
B=54.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65801730.620.5400.32231.6745.3846.67
Hex4150AD3E36020e82d2f
Octal10112025576660403505557
Binary1000001101000010101101111110110110010000011101000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4150AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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