#4444DD

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

Shades of Free Speech Blue #4444DD

Tints of Free Speech Blue #4444DD

Color information

#4444DD (or 0x4444DD) is unknown color: approx Free Speech Blue. HEX triplet: 44, 44 and DD. RGB value is (68,68,221). Sum of RGB (Red+Green+Blue) = 68+68+221=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #4444DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4444DD is #BBBB22. Grayscale: #545454. Windows color (decimal): -12303139 or 14500932. OLE color: 14500932.

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

Color convert

RGB6868221-
CMYK0.690.6900.13
HSL240º69.23%56.67%-
HSV(B)240º69.23%86.67%-
XYZ17.510.5869.53-
YUV85.44204.5115.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 221 (86.72% from 255) = 61.90%
R=19.05%
G=19.05%
B=61.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68682210.690.6900.1324069.2356.67
Hex4444DD45450Df04539
Octal10410433510510501536010571
Binary10001001000100110111011000101100010101101111100001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4444DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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