#4644CE

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

Shades of Free Speech Blue #4644CE

Tints of Free Speech Blue #4644CE

Color information

#4644CE (or 0x4644CE) is unknown color: approx Free Speech Blue. HEX triplet: 46, 44 and CE. RGB value is (70,68,206). Sum of RGB (Red+Green+Blue) = 70+68+206=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #4644CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4644CE is #B9BB31. Grayscale: #535353. Windows color (decimal): -12172082 or 13517894. OLE color: 13517894.

HSL color Cylindrical-coordinate representation of color #4644CE: hue angle of 240.87º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4644CE is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7068206-
CMYK0.660.6700.19
HSL240.87º58.47%53.73%-
HSV(B)240.87º66.99%80.78%-
XYZ15.739.8959.47-
YUV84.33196.66117.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 206 (80.86% from 255) = 59.88%
R=20.35%
G=19.77%
B=59.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal70682060.660.6700.19240.8758.4753.73
Hex4644CE4243013f13a36
Octal1061043161021030233617266
Binary10001101000100110011101000010100001101001111110001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4644CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4644CE; }

 p { color: rgb(70,68,206); }

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

<style>
 a { background-color: #4644CE; }

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

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

<style>
 span { border-color: #4644CE; }

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

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