#4150BF

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

Shades of Free Speech Blue #4150BF

Tints of Free Speech Blue #4150BF

Color information

#4150BF (or 0x4150BF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 50 and BF. RGB value is (65,80,191). Sum of RGB (Red+Green+Blue) = 65+80+191=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #4150BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150BF is #BEAF40. Grayscale: #575757. Windows color (decimal): -12496705 or 12537921. OLE color: 12537921.

HSL color Cylindrical-coordinate representation of color #4150BF: hue angle of 232.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4150BF is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6580191-
CMYK0.660.5800.25
HSL232.86º49.61%50.2%-
HSV(B)232.86º65.97%74.9%-
XYZ14.4510.6250.58-
YUV88.17186.03111.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 191 (75% from 255) = 56.85%
R=19.35%
G=23.81%
B=56.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65801910.660.5800.25232.8649.6150.2
Hex4150BF423A019e93232
Octal101120277102720313516262
Binary1000001101000010111111100001011101001100111101001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4150BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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