#4159BB

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

Shades of Free Speech Blue #4159BB

Tints of Free Speech Blue #4159BB

Color information

#4159BB (or 0x4159BB) is unknown color: approx Free Speech Blue. HEX triplet: 41, 59 and BB. RGB value is (65,89,187). Sum of RGB (Red+Green+Blue) = 65+89+187=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #4159BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4159BB is #BEA644. Grayscale: #5C5C5C. Windows color (decimal): -12494405 or 12278081. OLE color: 12278081.

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

Color convert

RGB6589187-
CMYK0.650.5200.27
HSL228.2º48.41%49.41%-
HSV(B)228.2º65.24%73.33%-
XYZ14.7211.8648.53-
YUV93181.05108.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.06%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 187 (73.44% from 255) = 54.84%
R=19.06%
G=26.10%
B=54.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65891870.650.5200.27228.248.4149.41
Hex4159BB413401Be43031
Octal101131273101640333446061
Binary1000001101100110111011100000111010001101111100100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4159BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4159BB; }

 p { color: rgb(65,89,187); }

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

<style>
 a { background-color: #4159BB; }

 a { background-color: rgb(65,89,187); }

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

<style>
 span { border-color: #4159BB; }

 span { border-color: rgb(65,89,187); }

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