#4454DD

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

Shades of Free Speech Blue #4454DD

Tints of Free Speech Blue #4454DD

Color information

#4454DD (or 0x4454DD) is unknown color: approx Free Speech Blue. HEX triplet: 44, 54 and DD. RGB value is (68,84,221). Sum of RGB (Red+Green+Blue) = 68+84+221=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #4454DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4454DD is #BBAB22. Grayscale: #5E5E5E. Windows color (decimal): -12299043 or 14505028. OLE color: 14505028.

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

Color convert

RGB6884221-
CMYK0.690.6200.13
HSL233.73º69.23%56.67%-
HSV(B)233.73º69.23%86.67%-
XYZ18.6112.7969.89-
YUV94.83199.2108.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.23%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 221 (86.72% from 255) = 59.25%
R=18.23%
G=22.52%
B=59.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68842210.690.6200.13233.7369.2356.67
Hex4454DD453E0Dea4539
Octal1041243351057601535210571
Binary1000100101010011011101100010111111001101111010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4454DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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