#4455D8

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

Shades of Free Speech Blue #4455D8

Tints of Free Speech Blue #4455D8

Color information

#4455D8 (or 0x4455D8) is unknown color: approx Free Speech Blue. HEX triplet: 44, 55 and D8. RGB value is (68,85,216). Sum of RGB (Red+Green+Blue) = 68+85+216=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #4455D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4455D8 is #BBAA27. Grayscale: #5E5E5E. Windows color (decimal): -12298792 or 14177604. OLE color: 14177604.

HSL color Cylindrical-coordinate representation of color #4455D8: hue angle of 233.11º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4455D8 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6885216-
CMYK0.690.6100.15
HSL233.11º65.49%55.69%-
HSV(B)233.11º68.52%84.71%-
XYZ18.0312.6866.46-
YUV94.85196.37108.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 216 (84.77% from 255) = 58.54%
R=18.43%
G=23.04%
B=58.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal68852160.690.6100.15233.1165.4955.69
Hex4455D8453D0Fe94138
Octal1041253301057501735110170
Binary1000100101010111011000100010111110101111111010011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4455D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4455D8; }

 p { color: rgb(68,85,216); }

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

<style>
 a { background-color: #4455D8; }

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

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

<style>
 span { border-color: #4455D8; }

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

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