#4541D5

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

Shades of Free Speech Blue #4541D5

Tints of Free Speech Blue #4541D5

Color information

#4541D5 (or 0x4541D5) is unknown color: approx Free Speech Blue. HEX triplet: 45, 41 and D5. RGB value is (69,65,213). Sum of RGB (Red+Green+Blue) = 69+65+213=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #4541D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4541D5 is #BABE2A. Grayscale: #525252. Windows color (decimal): -12238379 or 13975877. OLE color: 13975877.

HSL color Cylindrical-coordinate representation of color #4541D5: hue angle of 241.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4541D5 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6965213-
CMYK0.680.6900.16
HSL241.62º63.79%54.51%-
HSV(B)241.62º69.48%83.53%-
XYZ16.359.8563.99-
YUV83.07201.33117.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 213 (83.59% from 255) = 61.38%
R=19.88%
G=18.73%
B=61.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69652130.680.6900.16241.6263.7954.51
Hex4541D54445010f24037
Octal10510132510410502036210067
Binary100010110000011101010110001001000101010000111100101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4541D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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