#4744dd

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

Shades of Free Speech Blue #4744DD

Tints of Free Speech Blue #4744DD

Color information

#4744DD (or 0x4744DD) is unknown color: approx Free Speech Blue. HEX triplet: 47, 44 and DD. RGB value is (71,68,221). Sum of RGB (Red+Green+Blue) = 71+68+221=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #4744DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4744DD is #B8BB22. Grayscale: #555555. Windows color (decimal): -12106531 or 14500935. OLE color: 14500935.

HSL color Cylindrical-coordinate representation of color #4744DD: hue angle of 241.18º 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 #4744DD is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7168221-
CMYK0.680.6900.13
HSL241.18º69.23%56.67%-
HSV(B)241.18º69.23%86.67%-
XYZ17.7210.6969.54-
YUV86.34203.99117.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 68 (26.95% from 255) = 18.89%
BLUE value IS 221 (86.72% from 255) = 61.39%
R=19.72%
G=18.89%
B=61.39%

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
Decimal71682210.680.6900.13241.1869.2356.67
Hex4744DD44450Df14539
Octal10710433510410501536110571
Binary10001111000100110111011000100100010101101111100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4744dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4744dd; }

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

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

<style>
 a { background-color: #4744dd; }

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

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

<style>
 span { border-color: #4744dd; }

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

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