#4150BE

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

Shades of Free Speech Blue #4150BE

Tints of Free Speech Blue #4150BE

Color information

#4150BE (or 0x4150BE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 50 and BE. RGB value is (65,80,190). Sum of RGB (Red+Green+Blue) = 65+80+190=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #4150BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150BE is #BEAF41. Grayscale: #575757. Windows color (decimal): -12496706 or 12472385. OLE color: 12472385.

HSL color Cylindrical-coordinate representation of color #4150BE: hue angle of 232.8º degrees, saturation: 0.49, 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 #4150BE is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6580190-
CMYK0.660.5800.25
HSL232.8º49.02%50%-
HSV(B)232.8º65.79%74.51%-
XYZ14.3410.5850-
YUV88.06185.53111.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=19.40%
G=23.88%
B=56.72%

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
Decimal65801900.660.5800.25232.849.0250
Hex4150BE423A019e93132
Octal101120276102720313516162
Binary1000001101000010111110100001011101001100111101001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4150BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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