#4541D1

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

Shades of Free Speech Blue #4541D1

Tints of Free Speech Blue #4541D1

Color information

#4541D1 (or 0x4541D1) is unknown color: approx Free Speech Blue. HEX triplet: 45, 41 and D1. RGB value is (69,65,209). Sum of RGB (Red+Green+Blue) = 69+65+209=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 209 (82.03% from 255 or 60.93% from 343); Max value from RGB is 209 - color contains mainly: blue. Hex color #4541D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4541D1 is #BABE2E. Grayscale: #525252. Windows color (decimal): -12238383 or 13713733. OLE color: 13713733.

HSL color Cylindrical-coordinate representation of color #4541D1: hue angle of 241.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4541D1 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6965209-
CMYK0.670.6900.18
HSL241.67º61.02%53.73%-
HSV(B)241.67º68.9%81.96%-
XYZ15.859.6561.35-
YUV82.61199.33118.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 209 (82.03% from 255) = 60.93%
R=20.12%
G=18.95%
B=60.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69652090.670.6900.18241.6761.0253.73
Hex4541D14345012f23d36
Octal1051013211031050223627566
Binary10001011000001110100011000011100010101001011110010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4541D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4541D1; }

 p { color: rgb(69,65,209); }

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

<style>
 a { background-color: #4541D1; }

 a { background-color: rgb(69,65,209); }

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

<style>
 span { border-color: #4541D1; }

 span { border-color: rgb(69,65,209); }

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