#4141DC

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

Shades of Free Speech Blue #4141DC

Tints of Free Speech Blue #4141DC

Color information

#4141DC (or 0x4141DC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 41 and DC. RGB value is (65,65,220). Sum of RGB (Red+Green+Blue) = 65+65+220=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #4141DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4141DC is #BEBE23. Grayscale: #525252. Windows color (decimal): -12500516 or 14434625. OLE color: 14434625.

HSL color Cylindrical-coordinate representation of color #4141DC: hue angle of 240º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4141DC is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6565220-
CMYK0.700.7000.14
HSL240º68.89%55.88%-
HSV(B)240º70.45%86.27%-
XYZ16.9910.0768.76-
YUV82.67205.5115.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 220 (86.33% from 255) = 62.86%
R=18.57%
G=18.57%
B=62.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal65652200.700.7000.1424068.8955.88
Hex4141DC46460Ef04538
Octal10110133410610601636010570
Binary10000011000001110111001000110100011001110111100001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4141DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4141DC; }

 p { color: rgb(65,65,220); }

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

<style>
 a { background-color: #4141DC; }

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

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

<style>
 span { border-color: #4141DC; }

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

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