#4452DD

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

Shades of Free Speech Blue #4452DD

Tints of Free Speech Blue #4452DD

Color information

#4452DD (or 0x4452DD) is unknown color: approx Free Speech Blue. HEX triplet: 44, 52 and DD. RGB value is (68,82,221). Sum of RGB (Red+Green+Blue) = 68+82+221=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #4452DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4452DD is #BBAD22. Grayscale: #5D5D5D. Windows color (decimal): -12299555 or 14504516. OLE color: 14504516.

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

Color convert

RGB6882221-
CMYK0.690.6300.13
HSL234.51º69.23%56.67%-
HSV(B)234.51º69.23%86.67%-
XYZ18.4512.4869.84-
YUV93.66199.86109.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.33%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 221 (86.72% from 255) = 59.57%
R=18.33%
G=22.10%
B=59.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68822210.690.6300.13234.5169.2356.67
Hex4452DD453F0Deb4539
Octal1041223351057701535310571
Binary1000100101001011011101100010111111101101111010111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4452DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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