#4644DD

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

Shades of Free Speech Blue #4644DD

Tints of Free Speech Blue #4644DD

Color information

#4644DD (or 0x4644DD) is unknown color: approx Free Speech Blue. HEX triplet: 46, 44 and DD. RGB value is (70,68,221). Sum of RGB (Red+Green+Blue) = 70+68+221=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #4644DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4644DD is #B9BB22. Grayscale: #555555. Windows color (decimal): -12172067 or 14500934. OLE color: 14500934.

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

Color convert

RGB7068221-
CMYK0.680.6900.13
HSL240.78º69.23%56.67%-
HSV(B)240.78º69.23%86.67%-
XYZ17.6410.6669.53-
YUV86.04204.16116.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.50%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 221 (86.72% from 255) = 61.56%
R=19.50%
G=18.94%
B=61.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70682210.680.6900.13240.7869.2356.67
Hex4644DD44450Df14539
Octal10610433510410501536110571
Binary10001101000100110111011000100100010101101111100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4644DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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