#4144D2

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

Shades of Free Speech Blue #4144D2

Tints of Free Speech Blue #4144D2

Color information

#4144D2 (or 0x4144D2) is unknown color: approx Free Speech Blue. HEX triplet: 41, 44 and D2. RGB value is (65,68,210). Sum of RGB (Red+Green+Blue) = 65+68+210=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 210 (82.42% from 255 or 61.22% from 343); Max value from RGB is 210 - color contains mainly: blue. Hex color #4144D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4144D2 is #BEBB2D. Grayscale: #525252. Windows color (decimal): -12499758 or 13780033. OLE color: 13780033.

HSL color Cylindrical-coordinate representation of color #4144D2: hue angle of 238.76º degrees, saturation: 0.62, 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 #4144D2 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6568210-
CMYK0.690.6800.18
HSL238.76º61.7%53.92%-
HSV(B)238.76º69.05%82.35%-
XYZ15.889.9162.05-
YUV83.29199.51114.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 210 (82.42% from 255) = 61.22%
R=18.95%
G=19.83%
B=61.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65682100.690.6800.18238.7661.753.92
Hex4144D24544012ef3e36
Octal1011043221051040223577666
Binary10000011000100110100101000101100010001001011101111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4144D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4144D2; }

 p { color: rgb(65,68,210); }

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

<style>
 a { background-color: #4144D2; }

 a { background-color: rgb(65,68,210); }

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

<style>
 span { border-color: #4144D2; }

 span { border-color: rgb(65,68,210); }

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