#4156C1

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

Shades of Free Speech Blue #4156C1

Tints of Free Speech Blue #4156C1

Color information

#4156C1 (or 0x4156C1) is unknown color: approx Free Speech Blue. HEX triplet: 41, 56 and C1. RGB value is (65,86,193). Sum of RGB (Red+Green+Blue) = 65+86+193=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #4156C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4156C1 is #BEA93E. Grayscale: #5B5B5B. Windows color (decimal): -12495167 or 12670529. OLE color: 12670529.

HSL color Cylindrical-coordinate representation of color #4156C1: hue angle of 230.16º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4156C1 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6586193-
CMYK0.660.5500.24
HSL230.16º50.79%50.59%-
HSV(B)230.16º66.32%75.69%-
XYZ15.1311.6351.9-
YUV91.92185.04108.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 193 (75.78% from 255) = 56.10%
R=18.90%
G=25%
B=56.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal65861930.660.5500.24230.1650.7950.59
Hex4156C14237018e63333
Octal101126301102670303466363
Binary1000001101011011000001100001011011101100011100110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4156C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4156C1; }

 p { color: rgb(65,86,193); }

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

<style>
 a { background-color: #4156C1; }

 a { background-color: rgb(65,86,193); }

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

<style>
 span { border-color: #4156C1; }

 span { border-color: rgb(65,86,193); }

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