#4144d7

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

Shades of Free Speech Blue #4144D7

Tints of Free Speech Blue #4144D7

Color information

#4144D7 (or 0x4144D7) is unknown color: approx Free Speech Blue. HEX triplet: 41, 44 and D7. RGB value is (65,68,215). Sum of RGB (Red+Green+Blue) = 65+68+215=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 215 (84.38% from 255 or 61.78% from 348); Max value from RGB is 215 - color contains mainly: blue. Hex color #4144D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4144D7 is #BEBB28. Grayscale: #535353. Windows color (decimal): -12499753 or 14107713. OLE color: 14107713.

HSL color Cylindrical-coordinate representation of color #4144D7: hue angle of 238.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4144D7 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6568215-
CMYK0.700.6800.16
HSL238.8º65.22%54.9%-
HSV(B)238.8º69.77%84.31%-
XYZ16.5110.1665.38-
YUV83.86202.01114.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 215 (84.38% from 255) = 61.78%
R=18.68%
G=19.54%
B=61.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65682150.700.6800.16238.865.2254.9
Hex4144D74644010ef4137
Octal10110432710610402035710167
Binary100000110001001101011110001101000100010000111011111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4144d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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