#4541D4

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

Shades of Free Speech Blue #4541D4

Tints of Free Speech Blue #4541D4

Color information

#4541D4 (or 0x4541D4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 41 and D4. RGB value is (69,65,212). Sum of RGB (Red+Green+Blue) = 69+65+212=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 212 (83.20% from 255 or 61.27% from 346); Max value from RGB is 212 - color contains mainly: blue. Hex color #4541D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4541D4 is #BABE2B. Grayscale: #525252. Windows color (decimal): -12238380 or 13910341. OLE color: 13910341.

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

Color convert

RGB6965212-
CMYK0.670.6900.17
HSL241.63º63.09%54.31%-
HSV(B)241.63º69.34%83.14%-
XYZ16.239.863.32-
YUV82.95200.83118.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 212 (83.20% from 255) = 61.27%
R=19.94%
G=18.79%
B=61.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal69652120.670.6900.17241.6363.0954.31
Hex4541D44345011f23f36
Octal1051013241031050213627766
Binary10001011000001110101001000011100010101000111110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4541D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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