#4146DD

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

Shades of Free Speech Blue #4146DD

Tints of Free Speech Blue #4146DD

Color information

#4146DD (or 0x4146DD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 46 and DD. RGB value is (65,70,221). Sum of RGB (Red+Green+Blue) = 65+70+221=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #4146DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4146DD is #BEB922. Grayscale: #555555. Windows color (decimal): -12499235 or 14501441. OLE color: 14501441.

HSL color Cylindrical-coordinate representation of color #4146DD: hue angle of 238.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4146DD is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6570221-
CMYK0.710.6800.13
HSL238.08º69.64%56.08%-
HSV(B)238.08º70.59%86.67%-
XYZ17.4210.7269.56-
YUV85.72204.34113.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.26%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 221 (86.72% from 255) = 62.08%
R=18.26%
G=19.66%
B=62.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal65702210.710.6800.13238.0869.6456.08
Hex4146DD47440Dee4638
Octal10110633510710401535610670
Binary10000011000110110111011000111100010001101111011101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4146DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4146DD; }

 p { color: rgb(65,70,221); }

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

<style>
 a { background-color: #4146DD; }

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

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

<style>
 span { border-color: #4146DD; }

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

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